|
|
|
@ -89,7 +89,7 @@ |
|
|
|
<if test="taskState != null and taskState != ''">and a.task_state = #{taskState}</if> |
|
|
|
<if test="planStartTime != null ">and a.plan_start_time = #{planStartTime}</if> |
|
|
|
<if test="startTime != null "> |
|
|
|
and date_format(a.start_time,'%y%m%d') = date_format(#{startTime},'%y%m%d') |
|
|
|
and date_format(a.start_time,'%y%m%d') >= date_format(#{startTime},'%y%m%d') |
|
|
|
</if> |
|
|
|
<if test="createTime != null ">and date_format(a.create_time,'%y%m%d') = |
|
|
|
date_format(#{createTime},'%y%m%d') |
|
|
|
|