代码更新
This commit is contained in:
@@ -45,7 +45,7 @@ public class SafeaccountServiceImpl implements SafeaccountService {
|
||||
map.put("flag", "1");
|
||||
if (!ObjectUtil.isEmpty(device_code)) map.put("device_code", "%" + device_code + "%");
|
||||
map.put("docimasy_date", docimasy_date);
|
||||
JSONObject json = WQL.getWO("QEM_BI_SAFEACCOUNT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "");
|
||||
JSONObject json = WQL.getWO("QEM_BI_SAFEACCOUNT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "s.update_time DESC");
|
||||
|
||||
JSONArray content = json.getJSONArray("content");
|
||||
for (int i = 0; i < content.size(); i++) {
|
||||
|
||||
@@ -44,7 +44,7 @@ public class SpecialaccountServiceImpl implements SpecialaccountService {
|
||||
map.put("flag", "1");
|
||||
if (!ObjectUtil.isEmpty(device_code)) map.put("device_code", "%" + device_code + "%");
|
||||
map.put("valid_term", valid_term);
|
||||
JSONObject json = WQL.getWO("QEM_BI_SPECIALACCOUNT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "");
|
||||
JSONObject json = WQL.getWO("QEM_BI_SPECIALACCOUNT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "s.update_time DESC");
|
||||
|
||||
JSONArray content = json.getJSONArray("content");
|
||||
for (int i = 0; i < content.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user