|
@@ -907,7 +907,7 @@ public class YBJServiceImpl implements YBJService {
|
|
|
UpdateWrapper<Plan> updateWrapper = new UpdateWrapper<>();
|
|
|
updateWrapper.eq("care_object_name",name);
|
|
|
updateWrapper.ge("care_start_time",now);
|
|
|
- updateWrapper.eq("task_status","未上报");
|
|
|
+ updateWrapper.eq("task_status","待上报");
|
|
|
plan.setIsDelete("1");
|
|
|
planMapper.update(plan,updateWrapper);
|
|
|
|