From eb3feb0c3a044b1ae06ab40fcd3e9afc91dc78c4 Mon Sep 17 00:00:00 2001 From: zhuyulei <1843199800@qq.com> Date: Tue, 26 Mar 2024 14:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=9F=E8=AE=A1=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jwtech-system/src/main/java/com/kms/common/api/CommonApi.java | 1 - .../mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jwtech-system/src/main/java/com/kms/common/api/CommonApi.java b/jwtech-system/src/main/java/com/kms/common/api/CommonApi.java index f2b1938a..2972d4c6 100644 --- a/jwtech-system/src/main/java/com/kms/common/api/CommonApi.java +++ b/jwtech-system/src/main/java/com/kms/common/api/CommonApi.java @@ -240,7 +240,6 @@ public class CommonApi { if (CollectionUtil.isNotEmpty(proList1)) { return AjaxResult.error("该企业已绑定,不可重复绑定!"); }*/ - List infos = new ArrayList<>(); for (String id : proNos) { BsSgcYxjdEnterpriseInfo byId = bsSgcYxjdEnterpriseInfoService.getById(id); byId.setBindStatus("1"); diff --git a/jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml b/jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml index 001c3c0f..d75dff72 100644 --- a/jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml +++ b/jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml @@ -129,7 +129,7 @@ and bind_status=#{bindStatus} - order by #{orderBy} desc +