fungleo
2020-08-04 d8d636fdbdf79d17c459a00e9381be0bf6b17a86
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -78,6 +78,7 @@
   <select id="checkDeptNameUnique" resultMap="SysDeptResult">
       <include refid="selectDeptVo"/>
      where dept_name=#{deptName} and parent_id = #{parentId}
              limit 1
   </select>
    
    <insert id="insertDept" parameterType="SysDept">