Commit 3f058b83 by weijiguang

恢复部分代码

parent 8c9207ad
......@@ -77,6 +77,7 @@ public class AppServiceImpl {
for (Shop s : shops) {
if (perfectOrderState(s, lng, lat)) { // 是否能下单
shop = s;
break;
}
}
......
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