Commit 32a2630d by liuyu

2024/12/02 pom版本更新

parent 12432b55
...@@ -44,7 +44,7 @@ public class TaskServiceCidRecord extends AbstractTaskService { ...@@ -44,7 +44,7 @@ public class TaskServiceCidRecord extends AbstractTaskService {
CidRecord cidRecord = JSONObject.parseObject(s, CidRecord.class); CidRecord cidRecord = JSONObject.parseObject(s, CidRecord.class);
if (!test) { if (!test) {
test = true; test = true;
log.info("日志打印,源数据:{},实体:{}", s, cidRecord); log.info("日志打印,源数据:{},实体:{}", s, cidRecord.toString());
} }
cidRecordDao.insert(cidRecord); cidRecordDao.insert(cidRecord);
} catch (Exception e) { } catch (Exception e) {
......
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