面试日程

This commit is contained in:
苏竹红
2023-06-20 16:19:08 +08:00
parent 34073bbb20
commit 9115bd0148
4 changed files with 10 additions and 7 deletions

View File

@@ -320,7 +320,7 @@
and investment_manager = #{userId}
</if>
<if test="lastMonthTodayDate!=null">
and close_time > #{lastMonthTodayDate} and close_time <![CDATA[<]]> now
and close_time > #{lastMonthTodayDate} and close_time <![CDATA[<]]> now()
</if>
</where>
</select>