完成移位容器逻辑注释
This commit is contained in:
+8
-8
@@ -371,14 +371,14 @@ public class ShiftManageApplicationService {
|
||||
shiftMaterialDetailDO.setNewStorageLocationName(storageLocationFeignPO.getStorageLocationName());
|
||||
|
||||
//获取容器详情
|
||||
AjaxResult ajaxResult = systemServiceFeign.getContainerInfoByContainerId(shiftMaterialDetailDO.getContainerId());
|
||||
if(!"200".equals(String.valueOf(ajaxResult.get("code")))){
|
||||
throw new ServiceException("获取容器信息失败");
|
||||
}
|
||||
ContainerFeignPO containerFeignPO = JSON.parseObject(JSONObject.toJSONString(ajaxResult.get("data")), ContainerFeignPO.class);
|
||||
shiftMaterialDetailDO.setContainerCode(containerFeignPO.getContainerCode());
|
||||
shiftMaterialDetailDO.setContainerType(containerFeignPO.getContainerType());
|
||||
shiftMaterialDetailDO.setContainerTypeName(containerFeignPO.getContainerTypeName());
|
||||
// AjaxResult ajaxResult = systemServiceFeign.getContainerInfoByContainerId(shiftMaterialDetailDO.getContainerId());
|
||||
// if(!"200".equals(String.valueOf(ajaxResult.get("code")))){
|
||||
// throw new ServiceException("获取容器信息失败");
|
||||
// }
|
||||
// ContainerFeignPO containerFeignPO = JSON.parseObject(JSONObject.toJSONString(ajaxResult.get("data")), ContainerFeignPO.class);
|
||||
// shiftMaterialDetailDO.setContainerCode(containerFeignPO.getContainerCode());
|
||||
// shiftMaterialDetailDO.setContainerType(containerFeignPO.getContainerType());
|
||||
// shiftMaterialDetailDO.setContainerTypeName(containerFeignPO.getContainerTypeName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user