添加supplier_id
This commit is contained in:
@ -288,6 +288,9 @@
|
|||||||
<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>
|
||||||
|
Reference in New Issue
Block a user