Browse Source

Merge branch 'mec_update_2021-11-02' of http://git.dayaedu.com/yonge/mec

zouxuan 3 years ago
parent
commit
0da02c09c4

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/SysUserCashAccountLogMapper.xml

@@ -92,10 +92,10 @@
             <if test="payEndTime != null">
                 AND DATE_FORMAT(cal.pay_time_,'%Y-%m-%d') &lt;= #{payEndTime}
             </if>
-            <if test="returnFeeFlag != null and returnFeeFlag == 'true'">
+            <if test="returnFeeFlag != null and returnFeeFlag == 1">
                 AND cal.pay_time_ IS NOT NULL
             </if>
-            <if test="returnFeeFlag != null and returnFeeFlag == 'false'">
+            <if test="returnFeeFlag != null and returnFeeFlag == 0">
                 AND cal.pay_time_ IS NULL
             </if>
             <if test="groupType != null and groupType != ''">