Commit 4fc39a38 by Water Wang

optimize

parent 1e6d6b40
...@@ -1018,7 +1018,7 @@ ...@@ -1018,7 +1018,7 @@
<when test="time == 3"> <when test="time == 3">
and QUARTER(policy.INS_MST_ACCEPT_DATE) = QUARTER(NOW()) AND year(policy.INS_MST_ACCEPT_DATE)=year(now()) and QUARTER(policy.INS_MST_ACCEPT_DATE) = QUARTER(NOW()) AND year(policy.INS_MST_ACCEPT_DATE)=year(now())
</when> </when>
<when test="time == 3"> <when test="time == 2">
and YEAR(policy.INS_MST_ACCEPT_DATE) = YEAR(now()) and YEAR(policy.INS_MST_ACCEPT_DATE) = YEAR(now())
</when> </when>
<otherwise> <otherwise>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment