|
|
@ -207,6 +207,8 @@ public class TaskUController {
|
|
|
|
return Result.fail(HttpStatusEnum.CUSTOM_EXCEPTION, "任务未开始");
|
|
|
|
return Result.fail(HttpStatusEnum.CUSTOM_EXCEPTION, "任务未开始");
|
|
|
|
} else if (taskStatus == 2) {
|
|
|
|
} else if (taskStatus == 2) {
|
|
|
|
return Result.fail(HttpStatusEnum.CUSTOM_EXCEPTION, "任务已结束");
|
|
|
|
return Result.fail(HttpStatusEnum.CUSTOM_EXCEPTION, "任务已结束");
|
|
|
|
|
|
|
|
} else if (taskStatus == 3) {
|
|
|
|
|
|
|
|
return Result.fail(HttpStatusEnum.CUSTOM_EXCEPTION, "任务已结算");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (null != customerActionNoteService.getOne(new QueryWrapper<CustomerActionNote>().eq("tel", param.getTel()))) {
|
|
|
|
if (null != customerActionNoteService.getOne(new QueryWrapper<CustomerActionNote>().eq("tel", param.getTel()))) {
|
|
|
|