“djh”
114 分钟以前 c0f16750cb9097a8db7b68f8c1794c2aec28ca15
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>