疯狂的狮子li
2020-08-02 c966d9bada8e189f0beb4867fce81ae73f3fcebd
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -77,7 +77,7 @@
   
   <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">