“djh”
2025-07-17 1c3005a6b1ebc5d355faf1d01f6bfb647b80700c
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">
@@ -52,5 +52,8 @@
      </foreach>
   </update>
   <delete id="delByCompanyId" parameterType="Long">
      delete from sys_functional_distribution where company_id = #{companyId}
   </delete>
</mapper>