فهرست منبع

Merge branch 'master' of huangrui/CostAccount into dev

huangrui 4 سال پیش
والد
کامیت
4cc9b378b4
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/main/resources/mapper/MenuMapper.xml

+ 0 - 2
src/main/resources/mapper/MenuMapper.xml

@@ -30,7 +30,6 @@
                                and ur.hosp_id = #{hospId}
                                and rm.hosp_id = #{hospId})
           and sm.type != 3
-        order by order_num asc
     </select>
     <select id="getAllParentNav" resultType="com.imed.costaccount.model.vo.NavVO">
         select *
@@ -44,7 +43,6 @@
                                and ur.hosp_id = #{hospId}
                                and rm.hosp_id = #{hospId})
           and sm.type = 0
-        order by order_num asc
     </select>