rev:优化修改

This commit is contained in:
2025-10-24 10:10:29 +08:00
parent bfbb65d28c
commit 42adddcf6a

View File

@@ -116,6 +116,7 @@ public class PdmBomCallMaterialDtlServiceImpl extends ServiceImpl<PdmBomCallMate
jsonParam.put("device_code", pointDao.getPoint_code());
AcsResponse weighAcs = wmsToAcsService.getWeighAcs(jsonParam);
if (weighAcs.getStatus() != 200) {
throw new BadRequestException(weighAcs.getMessage());
}