Sfoglia il codice sorgente

fix: 收款统计bug修复

xdd 1 mese fa
parent
commit
a96757adca

+ 1 - 1
fs-service-system/src/main/resources/mapper/store/FsStorePaymentMapper.xml

@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         FROM
         fs_store_payment  AS o
         WHERE
-        o.status=1 and
+        o.status=1 and business_type=1 and
         (DATE_FORMAT(o.create_time,#{sqlDateFormat}) between #{beginTime} and #{finalTime})
         <if test="userIds != null and userIds.length>0">
             AND o.company_user_id IN