Commit c253d8e7 authored by 秦嘉's avatar 秦嘉

抗原异常上报导入bug修改

parent 84c34022
...@@ -212,6 +212,7 @@ public class YcsbServiceImpl implements IYcsbService ...@@ -212,6 +212,7 @@ public class YcsbServiceImpl implements IYcsbService
ycsb.setCreateTime(DateUtils.getNowDate()); ycsb.setCreateTime(DateUtils.getNowDate());
if (ycsbList.size() > 0) { if (ycsbList.size() > 0) {
ycsbMapper.updateYcsb(ycsb); ycsbMapper.updateYcsb(ycsb);
continue;
} }
ycsbMapper.insertYcsb(ycsb); ycsbMapper.insertYcsb(ycsb);
} }
......
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