优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user