Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
and investment_manager = #{userId}
|
and investment_manager = #{userId}
|
||||||
</if>
|
</if>
|
||||||
<if test="currentDate!=null and currentDate!=''">
|
<if test="currentDate!=null and currentDate!=''">
|
||||||
and deadline = #{currentDate}
|
and DATE(deadline) = #{currentDate}
|
||||||
</if>
|
</if>
|
||||||
and (workflow_stage = 2 and workflow_status = 0)
|
and (workflow_stage = 2 and workflow_status = 0)
|
||||||
</where>
|
</where>
|
||||||
|
|||||||
Reference in New Issue
Block a user