|
|
@@ -767,7 +767,7 @@
|
|
|
and t.org_id=#{params.beCheckedOrgId}
|
|
|
</if>
|
|
|
<if test="params.taskTime!=null">
|
|
|
- and t.plan_start_time <=#{params.taskTime} and t.plan_end_time>=#{params.taskTime}
|
|
|
+ and ((t.plan_start_time <=#{params.taskTime} and t.plan_end_time>=#{params.taskTime}) or t.ymd_date=#{params.taskTime})
|
|
|
</if>
|
|
|
<if test="params.status">
|
|
|
and t.status=#{params.status}
|