ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -221,5 +221,12 @@ </foreach> ) </select> <!-- 根据service_class查询部门信息 --> <select id="selectDeptByServiceClass" parameterType="String" resultMap="SysDeptResult"> <include refid="selectDeptVo"/> where d.service_order_class = #{serviceClass} and d.del_flag = '0' limit 1 </select> </mapper>