Commit 358ca73c authored by 季圣华's avatar 季圣华
Browse files

给单据中商品选择列表进行排序优化

parent b1219372
......@@ -143,7 +143,7 @@
</foreach>
</if>
and ifnull(m.delete_flag,'0') !='1'
ORDER BY me.id desc
ORDER BY m.id desc,me.default_flag desc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>
......
Supports Markdown
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