wlzboy
2025-11-22 d4fe921568bc29d72644a55fd194adf7f9277cb5
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>