heheng
2025-06-25 076baf821f6ff0296826ecebac31b45ecce346a3
multi-system/src/main/resources/mapper/system/SysFunctionalDistributionMapper.xml
@@ -52,5 +52,8 @@
      </foreach>
   </update>
   <delete id="delByCompanyId" parameterType="Long">
      delete from sys_functional_distribution where company_id = #{companyId}
   </delete>
</mapper>