电子档案

liweidong
maxiangong 1 day ago
parent f3c7a46b7d
commit a8564ffafe
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/quality/service/impl/InspectionTaskServiceImpl.java

@ -732,7 +732,7 @@ public class InspectionTaskServiceImpl extends BaseServiceImpl<InspectionTaskMap
if (yo != null) {
yoJson.put("productType", yo.getProductType());
yoJson.put("prodIdent", yo.getProductIdent());
yoJson.put("poQty", yo.getYpQty());
yoJson.put("poQty", wo.getMakeQty());
yoJson.put("poArea", yo.getYpArea());
if (yo.getYpArea() != null) {
yoJson.put("poArea", roundToSixDecimalPlaces(yo.getYpArea()));

Loading…
Cancel
Save