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