opt:获取桶信息接口改动
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user