From 8f0f2098788a485aeb7c0266c6b5c15acd1aae28 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Thu, 20 Jun 2024 10:13:50 +0800 Subject: [PATCH] =?UTF-8?q?opt:=E5=90=88=E5=90=8C=E5=8F=B0=E5=B8=90?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/pcs/service/impl/PcsIfPurchaseorderprocServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/PcsIfPurchaseorderprocServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/PcsIfPurchaseorderprocServiceImpl.java index cf80972d..ea9ea288 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/PcsIfPurchaseorderprocServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pcs/service/impl/PcsIfPurchaseorderprocServiceImpl.java @@ -223,7 +223,7 @@ public class PcsIfPurchaseorderprocServiceImpl implements PcsIfPurchaseorderproc String classIds = classstandardService.getAllChildIdStr(MaterOptTypeEnum.ZLFL.getClass_idStr()); map.put("classIds",classIds); - JSONObject json = WQL.getWO("QPCS_IF_PURCHASEORDERPROC02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "oder.VBILLCODE"); + JSONObject json = WQL.getWO("QPCS_IF_PURCHASEORDERPROC02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "oder.VBILLCODE desc"); List content = json.getJSONArray("content").toJavaList(JSONObject.class);