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