提交 c7b2d0f7 编写于 作者: Y youyong205

modify the bug[

上级 4df3cdb3
......@@ -142,7 +142,13 @@ public class Handler implements PageHandler<Context>, LogEnabled {
if (cityId != null && operatorId != null) {
for (String record : records) {
processOneRecord(cityId, operatorId, record);
try {
if (!StringUtils.isEmpty(record)) {
processOneRecord(cityId, operatorId, record);
}
} catch (Exception e) {
// ignore
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册