|
|
@ -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},'%')
|
|
|
|