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