“djh”
2025-07-07 4d081649e2d6712ccc1bb14080e600f0d89b8cd9
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>