领料申请删除bug修改
This commit is contained in:
parent
7ef53ff9fe
commit
54d057f5b2
|
|
@ -965,7 +965,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
|||
} else if (i < 1 || j < 1 || m < 1) {
|
||||
return AjaxResult.error("删除失败,任务表或信息表或任务协议关联表未删除!");
|
||||
} else {
|
||||
return AjaxResult.error("删除失败,请检查任务ID是否正确!!");
|
||||
return AjaxResult.success("删除成功");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue