Преглед изворни кода

收款预警应收款设置为0元,不纳入预警范围

wucl пре 10 месеци
родитељ
комит
2d53a39341
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dao/src/main/resources/mapper/FinanceRealFundMapper.xml

+ 1 - 1
dao/src/main/resources/mapper/FinanceRealFundMapper.xml

@@ -229,7 +229,7 @@
         mp.*
         FROM
         ( SELECT business_id, production_no, production_should_amount, real_amount FROM production_fund WHERE business_type = 'MAJOR_BUSINESS'
-        AND deleted = 0 and production_should_amount is not null and real_amount is null)  pf
+        AND deleted = 0 and production_should_amount is not null and production_should_amount!=0  and real_amount is null)  pf
         left join
         (
         SELECT