1.修复第三方往来单位名称查询无效问题

master
x_z 3 years ago
parent 6abc96c503
commit a4c372863b

@ -11,8 +11,7 @@
AND unitId = #{unitId} AND unitId = #{unitId}
</if> </if>
<if test="name != '' and name != null"> <if test="name != '' and name != null">
AND ( name LIKE concat('%',#{name},'%') or spell LIKE concat('%',#{name},'%') or unitId LIKE AND ( name LIKE concat('%',#{name},'%') or spell LIKE concat('%',#{name},'%') )
concat('%',#{unitId},'%'))
</if> </if>
<if test="thirdSysFk != '' and thirdSysFk != null"> <if test="thirdSysFk != '' and thirdSysFk != null">
AND thirdSysFk = #{thirdSysFk} AND thirdSysFk = #{thirdSysFk}

Loading…
Cancel
Save