Commit 32a2630d by liuyu

2024/12/02 pom版本更新

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