Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
zhangchenbiao
2023-07-04 14:17:44 +08:00

View File

@@ -260,7 +260,7 @@
and investment_manager = #{userId}
</if>
<if test="currentDate!=null and currentDate!=''">
and deadline = #{currentDate}
and DATE(deadline) = #{currentDate}
</if>
and (workflow_stage = 2 and workflow_status = 0)
</where>