修改bug

master
wangwei 2 years ago
parent db7c6405e3
commit 03c5f5c16f

@ -36,7 +36,7 @@
AND thirdSysFk = #{thirdSysFk} AND thirdSysFk = #{thirdSysFk}
</if> </if>
<if test="thirdSys != '' and thirdSys != null"> <if test="thirdSys != '' and thirdSys != null">
AND thirdSysFk = #{thirdSys} AND thirdSys = #{thirdSys}
</if> </if>
<if test="supName != '' and supName != null"> <if test="supName != '' and supName != null">
AND supName LIKE concat('%',#{supName},'%') AND supName LIKE concat('%',#{supName},'%')

Loading…
Cancel
Save