Commit d9617cfe authored by co_dengxiongwen's avatar co_dengxiongwen

菜单接口调整

parent 3ca7219b
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<if test="stationId != null and stationId != ''"> <if test="stationId != null and stationId != ''">
AND sm.station_Id = #{stationId} AND sm.station_Id = #{stationId}
</if> </if>
or sm.menu_id = '01'
ORDER BY sm.order_num ORDER BY sm.order_num
</select> </select>
<select id="getAllMenuListByUserId1" resultType="java.util.Map"> <select id="getAllMenuListByUserId1" resultType="java.util.Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment