Browse Source

1概况实收把过滤预存抵扣去掉

Xiaojh 4 years ago
parent
commit
4daf6de226

+ 1 - 2
smart-city-platform/src/main/resources/mapper/pay/PayChargeSurveyMapper.xml

@@ -429,8 +429,7 @@
     <select id="getSumReceived" resultType="java.math.BigDecimal">
         select IFNULL(sum(receivedamount),0) from pay_pay_received a
         <where>
-            a.payway != 5
-            AND a.state = 1
+            a.state = 1
             AND canceledrecord_id IS NULL
             AND iscanceled = 0
             <if test="year != null">