add:粉料计划添加3个导出功能
This commit is contained in:
@@ -350,10 +350,11 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
|
|||||||
// JSONObject num_jo = null;
|
// 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;
|
double notqty = 0;
|
||||||
if (ObjectUtil.isNotEmpty(num_jo)) {
|
if (ObjectUtil.isNotEmpty(num_jo)) {
|
||||||
notqty = num_jo.getDoubleValue("notqty");
|
notqty = num_jo.getDoubleValue("notqty");
|
||||||
|
|||||||
Reference in New Issue
Block a user