浏览代码

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

Xiaojh 4 年之前
父节点
当前提交
4daf6de226
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      smart-city-platform/src/main/resources/mapper/pay/PayChargeSurveyMapper.xml

+ 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">