|
@@ -84,7 +84,7 @@
|
|
|
<if test="product.num != null and product.num != ''">
|
|
|
AND num like concat ('%',#{product.num},'%')
|
|
|
</if>
|
|
|
- <if test="product.auditStatus != null and product.auditStatus != ''">
|
|
|
+ <if test="product.auditStatus != null">
|
|
|
AND audit_status=#{product.auditStatus}
|
|
|
</if>
|
|
|
<if test="product.userId != null and product.userId.size > 0">
|