heheng
7 天以前 427f9796bf60fe1262131a8fd6ae6c25e02574be
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">