Commit 99209adb by zhiwj

Merge remote-tracking branch 'origin/developer' into developer

parents 1516a510 0458cc3f
......@@ -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