删除多余

This commit is contained in:
YY
2025-07-17 15:51:46 +08:00
parent c9e7bce7c8
commit 742bdc86a4

View File

@ -288,9 +288,7 @@
<if test="vo.name!=null and vo.name!=''"> <if test="vo.name!=null and vo.name!=''">
AND ccl.name LIKE CONCAT('%',#{vo.name},'%') AND ccl.name LIKE CONCAT('%',#{vo.name},'%')
</if> </if>
<if test="vo.supplierId!=null and vo.supplierId!=''">
AND ccls.supplier_id = {vo.supplierId}
</if>
</select> </select>
</mapper> </mapper>