add:粉料计划添加3个导出功能

This commit is contained in:
zhangzhiqiang
2023-02-27 08:32:09 +08:00
parent d3d71f995f
commit 12578868f8

View File

@@ -350,10 +350,11 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
// JSONObject num_jo = null;
JSONObject num_jo = null;
JSONObject num_jo = WQL.getWO("QL_ERP").addParamMap(map).setDbname("dataSource1").process().uniqueResult(0);
//合同在途
//合同在途
double notqty = 0;
if (ObjectUtil.isNotEmpty(num_jo)) {
notqty = num_jo.getDoubleValue("notqty");