|
@@ -212,7 +212,7 @@
|
|
|
and a.supplier_id = #{supplierId}
|
|
|
</if>
|
|
|
<if test="custom != null and custom != ''">
|
|
|
- and a.name like concat('%', #{custom} , '%')
|
|
|
+ and a.custom like concat('%', #{custom} , '%')
|
|
|
</if>
|
|
|
<if test="sopNo != null and sopNo != ''">
|
|
|
and a.sop_no like concat('%', #{sopNo} , '%')
|