浏览代码

实收接口优化

hxl13994548489 2 年之前
父节点
当前提交
ff0c12382c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/resources/mapper/modules/ins/InsFeeOrderNewMapper.xml

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