heheng
2025-07-14 3cc8d1cc3662d88fe7f3666fb1f99e1b19411424
multi-system/src/main/resources/mapper/system/SysFunctionalDistributionMapper.xml
@@ -31,7 +31,7 @@
      from sys_functional_distribution a
      left join sys_dept b on a.dept_id = b.dept_id
      where 1=1 and a.company_id = #{companyId}
      order by a.clause_num asc
      order by b.order_num asc ,a.clause_num asc
   </select>
   <insert id="batchInsert">