|
@@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
<if test="jgId != null and jgId != ''"> and a.jg_id = #{jgId}</if>
|
|
|
<if test="fzr != null and fzr != ''"> and a.fzr = #{fzr}</if>
|
|
|
- <if test="zzmc != null and zzmc != ''"> and a.zzmc = like concat('%', #{zzmc}, '%')</if>
|
|
|
+ <if test="zzmc != null and zzmc != ''"> and a.zzmc like concat('%', #{zzmc}, '%')</if>
|
|
|
</where>
|
|
|
ORDER BY a.create_time_str ASC
|
|
|
</select>
|