Commit 58f5798c by zhiwj

门店选择

parent 8baa75e0
......@@ -83,7 +83,7 @@ public class ClerkImportController {
}
fo.flush();
} catch (Exception e) {
e.printStackTrace();
logger.info("下载错误", e);
} finally {
if (fo != null) {
fo.close();
......
......@@ -117,7 +117,7 @@ public class StoreTagController {
}
fo.flush();
} catch (Exception e) {
e.printStackTrace();
LOGGER.info("下载错误", e);
} finally {
if (fo != null) {
fo.close();
......
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