Commit 0458cc3f by guojuxing

上移、下移、排序修复

parent e82d074b
......@@ -191,7 +191,7 @@
where enterprise_id = #{enterpriseId}
and sort < #{sort}
and status = 1
order by sort
order by sort desc
limit 1
</select>
......
......@@ -145,7 +145,7 @@
from tab_store_field_select
where store_field_id = #{storeFieldId}
and sort &lt; #{sort}
order by sort
order by sort desc
limit 1
</select>
......
......@@ -213,7 +213,7 @@
and strategy_type = #{strategyType}
and sort &lt; #{sort}
and status = 1
order by sort
order by sort desc
limit 1
</select>
......
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