rev:优化修改
This commit is contained in:
@@ -116,6 +116,7 @@ public class PdmBomCallMaterialDtlServiceImpl extends ServiceImpl<PdmBomCallMate
|
|||||||
jsonParam.put("device_code", pointDao.getPoint_code());
|
jsonParam.put("device_code", pointDao.getPoint_code());
|
||||||
AcsResponse weighAcs = wmsToAcsService.getWeighAcs(jsonParam);
|
AcsResponse weighAcs = wmsToAcsService.getWeighAcs(jsonParam);
|
||||||
if (weighAcs.getStatus() != 200) {
|
if (weighAcs.getStatus() != 200) {
|
||||||
|
|
||||||
throw new BadRequestException(weighAcs.getMessage());
|
throw new BadRequestException(weighAcs.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user