opt:获取桶信息接口改动

This commit is contained in:
2026-01-29 14:29:09 +08:00
parent 959d9bcb29
commit c3b97cfc92

View File

@@ -691,7 +691,7 @@ public class PdaProductionServiceImpl implements PdaProductionService {
} }
// todo:获取ACS的重量 // todo:获取ACS的重量
res.put("total", bucketInfo.getBigDecimal("qty")); res.put("total", bucketInfo.getBigDecimal("qty"));
res.put("row", bucketInfo); res.put("rows", infoByBucket);
return PdaResponse.requestParamOk(res); return PdaResponse.requestParamOk(res);
} }