Commit ce1ffe8c by weijiguang

添加错误日志

parent 91dbc6e9
...@@ -104,6 +104,7 @@ public class AppServiceImpl { ...@@ -104,6 +104,7 @@ public class AppServiceImpl {
// 状态已停止营业 // 状态已停止营业
if (shop.getState() != 1) { if (shop.getState() != 1) {
shop.setOrderState(0); shop.setOrderState(0);
shop.setStateDesc("门店已暂停营业");
return false; return false;
} }
......
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