From 80f6e726f8bda6be3575f2eb155d7a66eba1f08a Mon Sep 17 00:00:00 2001 From: hejinbo Date: Thu, 23 Nov 2023 18:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wisdomarbitrate/service/impl/DeptIdentifyServiceImpl.java | 1 + .../main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DeptIdentifyServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DeptIdentifyServiceImpl.java index a277bf6..58b285d 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DeptIdentifyServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DeptIdentifyServiceImpl.java @@ -517,6 +517,7 @@ public class DeptIdentifyServiceImpl implements IDeptIdentifyService { deptIdentify.setOperName(sysUser.getNickName()); deptIdentify.setOperPhone(sysUser.getPhonenumber()); deptIdentify.setOperUserName(sysUser.getUserName()); + deptIdentify.setUserId(deptIdentify.getUserId()); //更新 int i = deptIdentifyMapper.updateDeptIdentify(deptIdentify); if (i > 0) { diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml index c1f1eb9..1b735ad 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml @@ -52,6 +52,7 @@ AND identify_type = 1 AND del_flag =0 + ORDER BY id DESC -- 2.54.0