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