From 7ac480c448742b7635d5f87363207b69ae737317 Mon Sep 17 00:00:00 2001 From: liuxy Date: Tue, 11 Oct 2022 15:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/SafeaccountServiceImpl.java | 2 +- .../impl/SpecialaccountServiceImpl.java | 2 +- .../wms/basedata/em/equipmentfile/index.vue | 28 +++++++++---------- .../src/views/wms/sb/re/safeaccount/index.vue | 16 +++++------ .../views/wms/sb/re/specialaccount/index.vue | 22 +++++++-------- 5 files changed, 35 insertions(+), 35 deletions(-) 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 @@ - + - - + + - + - - - + + + - +