This commit is contained in:
zds
2022-11-24 12:25:47 +08:00
parent 1c820ee794
commit 111d8844f9

View File

@@ -203,7 +203,7 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
double noin_qty = 0;
List<Object> noinJoInfo = noinJoMap.get(material_id);
if (ObjectUtil.isNotEmpty(noinJoInfo)) {
bom_qty = ((JSONObject) noinJoInfo.get(0)).getDoubleValue("noin_qty");
noin_qty = ((JSONObject) noinJoInfo.get(0)).getDoubleValue("noin_qty");
}
jo4.put(material_id, String.format("%.2f", noin_qty));