zouxuan 4 лет назад
Родитель
Сommit
ee84a76e53
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/SysUserCashAccountLogMapper.xml

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

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