diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SafeaccountServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SafeaccountServiceImpl.java index a1c3fecb..b516cc9e 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SafeaccountServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SafeaccountServiceImpl.java @@ -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++) { diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SpecialaccountServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SpecialaccountServiceImpl.java index c7cea716..1d49f85f 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SpecialaccountServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/sb/re/service/impl/SpecialaccountServiceImpl.java @@ -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++) { diff --git a/mes/qd/src/views/wms/basedata/em/equipmentfile/index.vue b/mes/qd/src/views/wms/basedata/em/equipmentfile/index.vue index 456d9936..0180a69a 100644 --- a/mes/qd/src/views/wms/basedata/em/equipmentfile/index.vue +++ b/mes/qd/src/views/wms/basedata/em/equipmentfile/index.vue @@ -214,7 +214,7 @@ - + @@ -229,20 +229,20 @@ - - + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/mes/qd/src/views/wms/sb/re/safeaccount/index.vue b/mes/qd/src/views/wms/sb/re/safeaccount/index.vue index bef65db9..f7817b38 100644 --- a/mes/qd/src/views/wms/sb/re/safeaccount/index.vue +++ b/mes/qd/src/views/wms/sb/re/safeaccount/index.vue @@ -120,21 +120,21 @@ - + - - + + - + - - - + + + - +