This commit is contained in:
loujf
2022-11-01 18:57:27 +08:00
parent 4b0cfaf980
commit 7acc2d0fb6
5 changed files with 29 additions and 21 deletions

View File

@@ -51,6 +51,7 @@ public class GroupServiceImpl implements GroupService {
if (StrUtil.isEmpty(task_code)) {
throw new BadRequestException("任务号不能为空!");
}
param.put("device_code","RYSMW01");
acsToWmsServiceImpl.group(param);
JSONObject returnjo = new JSONObject();
returnjo.put("code", "1");