临期线索

This commit is contained in:
苏竹红
2023-07-04 14:15:33 +08:00
parent 30859295d6
commit 61e8cea811

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>