Browse Source

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

maxianghua 4 years ago
parent
commit
7e9819c869

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

@@ -132,7 +132,8 @@
         <where>
             <if test="fLineno != null  and fLineno != ''">and corp.f_id = #{fLineno}</if>
             and agre.f_billstatus = 6
-            and agre.f_status = 1
+            and agre.f_status = 0
+            and agre.f_feetypeid = 1
         </where>
     </select>