外协页面修改

This commit is contained in:
zhangzhiqiang
2022-12-29 10:29:02 +08:00
parent 5194d45e71
commit 8cb1e55dce
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ public class StatisticalReportServiceImpl implements StatisticalReportService {
map.put("is_send0", "0");
}
map.put("flag", "5");
JSONObject jo = WQL.getWO("statistical_report_query_02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "send_date desc,material_code,pcsn");
JSONObject jo = WQL.getWO("statistical_report_query_02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "send_date,material_code,pcsn");
return jo;
}