删除多余
This commit is contained in:
@ -288,9 +288,7 @@
|
||||
<if test="vo.name!=null and vo.name!=''">
|
||||
AND ccl.name LIKE CONCAT('%',#{vo.name},'%')
|
||||
</if>
|
||||
<if test="vo.supplierId!=null and vo.supplierId!=''">
|
||||
AND ccls.supplier_id = {vo.supplierId}
|
||||
</if>
|
||||
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user