Commit 601f61a2 by 徐高华

排序

parent 54357b80
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_haoban_material_category from tab_haoban_material_category
where status_flag = 1 where status_flag = 1
and wx_enterprise_id = #{wxEnterpriseId} and wx_enterprise_id = #{wxEnterpriseId} order by sort_num desc , create_time desc
</select> </select>
<select id="listByParentCategory" resultMap="BaseResultMap" parameterType="java.lang.String" > <select id="listByParentCategory" resultMap="BaseResultMap" parameterType="java.lang.String" >
......
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