新增恶心的时间搜索
This commit is contained in:
@@ -499,6 +499,9 @@
|
||||
<if test="updateStartTime!=null and updateEndTime!=''">
|
||||
and a.update_time BETWEEN #{updateStartTime} and #{updateEndTime}
|
||||
</if>
|
||||
<if test="createStartTime!=null and createEndTime!=''">
|
||||
and a.create_time BETWEEN #{createStartTime} and #{createEndTime}
|
||||
</if>
|
||||
<if test="userIdList!=null and userIdList.size>0">
|
||||
<foreach collection="userIdList" item="userId" open="and a.investment_manager in (" close=")" separator=",">
|
||||
#{userId}
|
||||
@@ -556,6 +559,9 @@
|
||||
<if test="deadlineStart!=null and deadlineEnd!=null">
|
||||
AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineEnd}
|
||||
</if>
|
||||
<if test="updateStartTime!=null and updateEndTime!=null">
|
||||
AND hpli.update_time BETWEEN #{updateStartTime} and #{updateEndTime}
|
||||
</if>
|
||||
<if test="intentAreaName!=null and intentAreaName!=''">
|
||||
and hoai.area_path like concat('%/',#{intentAreaName},'/%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user