Commit 9cb34b30 by zhiwj

日志

parent 8a829775
......@@ -138,7 +138,7 @@ public class ClerkImportController {
} catch (Exception e) {
logger.warn(e);
}
if (logCount > 3) {
if (logCount <= 3) {
sb.append(bean.getStoreName()).append(",");
}
logCount++;
......
......@@ -162,7 +162,7 @@ public class StoreImportController {
} catch (Exception e) {
logger.warn(e);
}
if (logCount > 3) {
if (logCount <= 3) {
sb.append(bean.getStoreName()).append(",");
}
logCount++;
......
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