update 优化 删除无用方法

This commit is contained in:
疯狂的狮子Li
2024-12-13 00:15:30 +08:00
parent c566f2ae28
commit 0185a468bd
2 changed files with 0 additions and 23 deletions

View File

@ -18,17 +18,6 @@
from sys_dept ${ew.getCustomSqlSegment}
</select>
<select id="selectPageDeptList" resultMap="SysDeptResult">
select
<if test="ew.getSqlSelect != null">
${ew.getSqlSelect}
</if>
<if test="ew.getSqlSelect == null">
*
</if>
from sys_dept ${ew.getCustomSqlSegment}
</select>
<select id="countDeptById" resultType="Long">
select count(*) from sys_dept where del_flag = '0' and dept_id = #{deptId}
</select>