md
This commit is contained in:
parent
c7705f4726
commit
e9e19c1ba9
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user