修改bug

master
wangwei 2 years ago
parent db7c6405e3
commit 03c5f5c16f

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

Loading…
Cancel
Save