Commit ecda981f by weijiguang

添加错误日志

parent d05d57a8
...@@ -88,6 +88,11 @@ public class AppServiceImpl { ...@@ -88,6 +88,11 @@ public class AppServiceImpl {
if (shop.getOrderState() == null) { if (shop.getOrderState() == null) {
perfectOrderState(shop, lng, lat); perfectOrderState(shop, lng, lat);
} }
if (BooleanUtils.isTrue(testFlag)) {
if (ShopState.TESTING.getState().equals(shop.getState())) {
shop.setState(ShopState.OPEN.getState());
}
}
return shop; return shop;
} }
......
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