开发OTA备案工具-车辆升级

This commit is contained in:
高嵩
2023-03-30 15:58:29 +08:00
parent 400b7008ed
commit 42d30ee55a
@@ -85,6 +85,7 @@ public class OtaBaCxJbxxServiceImpl extends ServiceImpl<OtaBaCxJbxxMapper, OtaBa
otaBaCxJbxx.setOtaId(otaBaCxJbxx.getOtaId());
otaBaCxJbxx.setUpdateTime(now);
deleteById(otaBaCxJbxx.getId());
deleteById(otaBaCxJbxxOld.getId());
saveOrUpdate(otaBaCxJbxx);
ComparisonUtil cu = new ComparisonUtil();
List<OtaBaCxTxjl> reList = cu.comparisonRecord(otaBaCxJbxx.getOtaId(), OtaModuleEnum.CX_CXJBXX, otaBaCxJbxxOld, otaBaCxJbxx, sysDictService);