“djh”
2025-07-14 8182370136b1d91330ada09e2fcebdd01dde1161
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">