rev:粉料到货需求:后续需求量修改
This commit is contained in:
@@ -472,7 +472,7 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
|
||||
String endDate = DateUtil.offsetDay(jo10.getDate(material_id), 10).toString().substring(0, 10);
|
||||
|
||||
JSONObject backNeed = WQL.getWO("statistical_report_query_01").addParam("flag", "6")
|
||||
.addParam("begin_date", jo10.getString(material_id))
|
||||
.addParam("begin_date", DateUtil.offsetDay(jo10.getDate(material_id), 1).toString().substring(0, 10))
|
||||
.addParam("end_date", endDate)
|
||||
.addParam("org_ids", org_ids_new)
|
||||
.addParam("material_id", material_id)
|
||||
|
||||
Reference in New Issue
Block a user