物料管理 分页
This commit is contained in:
@@ -58,7 +58,8 @@ namespace ZR.Admin.WebApi.Controllers.mes.mm
|
||||
{
|
||||
SUCCESS(null);
|
||||
}
|
||||
var response = materialInputService.Getworkorderlist(query.datetimespan);
|
||||
|
||||
var response = materialInputService.Getworkorderlist(query);
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user