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