Commit bd6a5241 authored by xuxin's avatar xuxin

测试日志打印

parent a58a698c
......@@ -343,6 +343,8 @@ public class ShopServiceImpl implements ShopService {
}
);
}
logger.info("---------assign shops-----------");
} catch (Exception e) {
logger.error("fail to assign", e.getMessage());
throw new ClientRequestException(BrowserErrorCode.UNKNOWN);
......
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