Commit 8fdef92b by guojuxing

添加日志

parent aa5f329c
......@@ -43,6 +43,7 @@ public class WmStoreSyncController {
fo = response.getOutputStream();
String filePath = ClassLoader.getSystemResource("exceltemplate/wm_store_import_template.xls").getPath();
LOGGER.info("门店同步模板路径:{}", filePath);
in = new FileInputStream(new File(filePath));
byte[] b = new byte[1024];
int len = 0;
......
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