更改 工单删除 错误
This commit is contained in:
parent
cdb98b3748
commit
39b78a402b
@ -227,7 +227,7 @@ namespace ZR.Admin.WebApi.Controllers.MES.pro
|
||||
int data = 0;
|
||||
if (!string.IsNullOrEmpty(id))
|
||||
{
|
||||
data = proWorkplanService.DeleteWorkPlan(id);
|
||||
data = proWorkplanService.DeleteWorkorder(id);
|
||||
}
|
||||
|
||||
return ToResponse(new ApiResult(200, "success", data));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user