Commit 0e9c0ccb by 翁国栋

当月投保异常sql

parent 05ef2179
......@@ -411,7 +411,7 @@
and policy_id =#{policyId}
</if>
<if test="createTime!=null and createTime !=''">
and date_format(create_time,'%Y-%m') = #{createTime}
and date_format(policy_date_start,'%Y-%m') = #{createTime}
</if>
and status = 1 and insure_status = 1
</where>
......
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