update 优化 下拉选接口数据权限

This commit is contained in:
疯狂的狮子Li
2024-01-31 23:30:31 +08:00
parent c9cf60c2d8
commit 9fafe52b4b
9 changed files with 23 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
</resultMap>
<select id="selectDeptList" resultMap="SysDeptResult">
select * from sys_dept ${ew.getCustomSqlSegment}
select ${ew.getSqlSelect} from sys_dept ${ew.getCustomSqlSegment}
</select>
<select id="countDeptById" resultType="Long">