opt:合同台帐排序

This commit is contained in:
zhangzq
2024-06-20 10:13:50 +08:00
parent ebc31604be
commit 8f0f209878

View File

@@ -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<JSONObject> content = json.getJSONArray("content").toJavaList(JSONObject.class);