|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
|
|
<select id="selectDeptById" parameterType="Long" resultMap="SysDeptResult">
|
|
<select id="selectDeptById" parameterType="Long" resultMap="SysDeptResult">
|
|
|
<include refid="selectDeptVo"/>
|
|
<include refid="selectDeptVo"/>
|
|
|
- where dept_id = #{deptId}
|
|
|
|
|
|
|
+ where d.dept_id = #{deptId}
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="checkDeptExistUser" parameterType="Long" resultType="int">
|
|
<select id="checkDeptExistUser" parameterType="Long" resultType="int">
|