Browse Source

[CODE]: 作业费查询添加条件

maxianghua 4 years ago
parent
commit
aefcc13fae

+ 2 - 1
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehouseAgreementitemsMapper.xml

@@ -131,7 +131,8 @@
             LEFT JOIN t_fees fee ON fee.f_id = itme.f_feeid
         <where>
             <if test="fLineno != null  and fLineno != ''">and corp.f_id = #{fLineno}</if>
-            and agre.f_billstatus = 0
+            and agre.f_billstatus = 6
+            and agre.f_status = 1
         </where>
     </select>