From bc59e4f794be103e6e060918a41295b3bc8e89dd Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Fri, 1 Nov 2024 08:59:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BB=B4=E4=BF=AE=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/system/service/impl/TdIndentureServiceImpl.java | 3 +++ .../src/main/resources/mapper/system/TdIndentureMapper.xml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TdIndentureServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TdIndentureServiceImpl.java index 9810248..1790d30 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TdIndentureServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TdIndentureServiceImpl.java @@ -1,6 +1,8 @@ package com.ruoyi.system.service.impl; import java.util.List; + +import com.ruoyi.common.annotation.DataScope; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.ruoyi.system.mapper.TdIndentureMapper; @@ -38,6 +40,7 @@ public class TdIndentureServiceImpl implements ITdIndentureService * @param tdIndenture 维修商 * @return 维修商 */ + @DataScope(deptAlias = "d") @Override public List selectTdIndentureList(TdIndenture tdIndenture) { diff --git a/ruoyi-system/src/main/resources/mapper/system/TdIndentureMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdIndentureMapper.xml index 85fca59..2fb15d8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdIndentureMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdIndentureMapper.xml @@ -21,7 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select INDENTURE_ID, INDENTURE_NAME, INDENTURE_ADDRESS, INDENTURE_PHONE, INDENTURE_MOBILE, INDENTURE_LINKMAN, LINKMAN_PHONE, LINKMAN_MOBILE, INDENTURE_STATE, REMARK, CREATE_STAFFID, CREATE_DATE ,dept_id from td_indenture + select INDENTURE_ID, INDENTURE_NAME, INDENTURE_ADDRESS, INDENTURE_PHONE, INDENTURE_MOBILE, INDENTURE_LINKMAN, LINKMAN_PHONE, LINKMAN_MOBILE, INDENTURE_STATE, REMARK, CREATE_STAFFID, CREATE_DATE ,dept_id from td_indenture d