|
@@ -188,7 +188,7 @@
|
|
and s.AWST_BRANCH_ID = #{branchId,jdbcType=VARCHAR}
|
|
and s.AWST_BRANCH_ID = #{branchId,jdbcType=VARCHAR}
|
|
</if>
|
|
</if>
|
|
<if test="htYue != null and htYue != ''">
|
|
<if test="htYue != null and htYue != ''">
|
|
- and s.AWST_CONTRANCT_MONTH = #{htYue, jdbcType=VARCHAR}
|
|
|
|
|
|
+ and REPLACE(s.AWST_CONTRANCT_MONTH, '-', '~') = #{htYue, jdbcType=VARCHAR}
|
|
</if>
|
|
</if>
|
|
<if test="dates != null and dates != ''">
|
|
<if test="dates != null and dates != ''">
|
|
and substr(s.AWST_CREATE_TIME,1,4) = #{dates, jdbcType=VARCHAR}
|
|
and substr(s.AWST_CREATE_TIME,1,4) = #{dates, jdbcType=VARCHAR}
|