更新
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user