This commit is contained in:
zds
2022-11-21 10:08:06 +08:00
parent 7c2a11eaab
commit 26d4ed8cf7

View File

@@ -48,7 +48,7 @@ public class FactoryCalendarServiceImpl implements FactoryCalendarService {
map.put("search", "%" + search + "%");
}
JSONObject json = WQL.getWO("QPDM_FACTORYCALENDAR").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "update_time desc");
JSONObject json = WQL.getWO("QPDM_FACTORYCALENDAR").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "factorycalendar_code");
return json;
}