Przeglądaj źródła

待审数据查询提单号加条件

lazhaoqian 4 lat temu
rodzic
commit
6d96c3436a

+ 1 - 0
ruoyi-warehouse/src/main/resources/mapper/approvalFlow/AuditItemsMapper.xml

@@ -246,6 +246,7 @@
         <if test="billNo != null  and billNo != ''"> and item.bill_no = #{billNo}</if>
         <if test="actId != null  and actId != ''"> and item.act_id = #{actId}</if>
         <if test="refno2 != null  and refno2 != ''"> and item.refno2 = #{refno2}</if>
+        <if test="refno3 != null  and refno3 != ''"> and item.refno3 = #{refno3}</if>
         <if test="billId != null  and billId != ''"> and item.bill_id like concat('%', #{billId}, '%')</if>
         <if test="refno1 != null  and refno1 != ''"> and corp.f_name like concat('%', #{refno1}, '%')</if>
         <if test="sendUserId != null  and sendUserId != ''"> and item.send_user_id like concat('%', #{sendUserId}, '%')</if>