表格工具栏右侧添加刷新&显隐查询栏

This commit is contained in:
RuoYi
2020-08-01 19:25:18 +08:00
parent a9a1200e77
commit bf544deeaa
19 changed files with 291 additions and 76 deletions

View File

@@ -77,7 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="checkDeptNameUnique" resultMap="SysDeptResult">
<include refid="selectDeptVo"/>
where dept_name=#{deptName} and parent_id = #{parentId}
where dept_name=#{deptName} and parent_id = #{parentId} limit 1
</select>
<insert id="insertDept" parameterType="SysDept">