Commit 6ee1748b by 翁国栋 Committed by 284718418@qq.com

当月投保异常sql

parent bffe5c55
......@@ -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