This commit is contained in:
linfso 2024-12-05 17:54:51 +08:00
parent c7705f4726
commit e9e19c1ba9

View File

@ -59,7 +59,7 @@
del_flag='0'
<if test="id != null "> and id = #{id}</if>
<if test="batchNo != null and batchNo != ''"> and ( FIND_IN_SET(`batch_no`,#{batchNo}) or batch_no like concat('%', #{batchNo}, '%') )</if>
<if test="batchName != null and batchName != ''"> and ( batch_name like concat('%', #{batchName}, '%') or batch_no like concat('%', #{batchNo}, '%') )</if>
<if test="batchName != null and batchName != ''"> and ( batch_name like concat('%', #{batchName}, '%') or batch_no like concat('%', #{batchName}, '%') )</if>
<if test="batchDate != null "> and batch_date = #{batchDate}</if>
<if test="transLineType != null and transLineType != ''"> and trans_line_type=#{transLineType}</if>
<if test="productType != null and productType != ''"> and product_type=#{productType}</if>