浏览代码

Merge branch 'master' into dev

lazhaoqian 4 年之前
父节点
当前提交
88b5c34334
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsMapper.xml

+ 0 - 10
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsMapper.xml

@@ -1768,11 +1768,6 @@
             <if test="fIfdamage != null  and fIfdamage != ''">and tw.f_ifdamage = #{fIfdamage}</if>
             <if test="fBankcorpid != null  and fBankcorpid != ''">and tw.f_bankcorpid = #{fBankcorpid}</if>
             <if test="fBilltype != null  and fBilltype != ''">and tw.f_billtype = #{fBilltype}</if>
-            <if test="fBillstatus == null">
-                and tw.f_updete_status = 2
-                and tw.f_submit_update = 2
-                and tw.f_delete_status = 2
-            </if>
             <if test="fBillstatus != null and (fBillstatus == 4 or fBillstatus == 6 or fBillstatus == 9 or fBillstatus == 11)">
                 and tw.f_billstatus = #{fBillstatus}
                 and tw.f_updete_status = 2
@@ -2021,11 +2016,6 @@
             <if test="fIfdamage != null  and fIfdamage != ''">and tw.f_ifdamage = #{fIfdamage}</if>
             <if test="fBankcorpid != null  and fBankcorpid != ''">and tw.f_bankcorpid = #{fBankcorpid}</if>
             <if test="fBilltype != null  and fBilltype != ''">and tw.f_billtype = #{fBilltype}</if>
-            <if test="fBillstatus == null">
-            and tw.f_updete_status = 2
-            and tw.f_submit_update = 2
-            and tw.f_delete_status = 2
-            </if>
             <if test="fBillstatus != null and (fBillstatus == 4 or fBillstatus == 6 or fBillstatus == 9 or fBillstatus == 11)">
                 and tw.f_billstatus = #{fBillstatus}
                 and tw.f_updete_status = 2