1.修复查询条件拼接问题

zhairh
x_z 3 years ago
parent 661fbb7cf5
commit e60684d968

@ -155,9 +155,6 @@
<if test="isDisable == false">
AND (basic_udirel.isDisable is null or basic_udirel.isDisable = false )
</if>
<if test="companyName != '' and companyName != null">
AND basic_corp.name = #{companyName}
</if>
</where>
ORDER BY basic_udirel.updateTime DESC
</select>

Loading…
Cancel
Save