Ver Fonte

实收接口优化

hxl13994548489 há 2 anos atrás
pai
commit
ff0c12382c

+ 3 - 3
src/main/resources/mapper/modules/ins/InsFeeOrderNewMapper.xml

@@ -381,7 +381,7 @@
             </if>
             <if test="timeFiltering!= null  and  timeFiltering  !=''">
                 <choose>
-                    <when  test="type=='1'">
+                    <when  test='type == "1"'>
                         AND DATE_FORMAT(iac.signing_time, '%Y-%m' ) = #{timeFiltering}
                     </when>
                     <otherwise>
@@ -418,7 +418,7 @@
             </if>
             <if test="timeFiltering!= null  and  timeFiltering  !=''">
                 <choose>
-                    <when  test="type=='1'">
+                    <when  test='type == "1"'>
                         AND DATE_FORMAT(iac.signing_time, '%Y-%m' ) = #{timeFiltering}
                     </when>
                     <otherwise>
@@ -455,7 +455,7 @@
             </if>
             <if test="timeFiltering!= null  and  timeFiltering  !=''">
                 <choose>
-                    <when  test="type=='1'">
+                    <when  test='type == "1"'>
                         AND DATE_FORMAT(iac.signing_time, '%Y-%m' ) = #{timeFiltering}
                     </when>
                     <otherwise>