Commit 929a2c9d authored by suhuiguang's avatar suhuiguang

1.管道历史问题处理-es没有也刷库,增加事务

parent eef409ce
...@@ -908,6 +908,7 @@ public class DataHandlerServiceImpl { ...@@ -908,6 +908,7 @@ public class DataHandlerServiceImpl {
* 之前刷库问题导致的管道的装置id与安装告知的装置id的不一样的数据刷库 * 之前刷库问题导致的管道的装置id与安装告知的装置id的不一样的数据刷库
* 已安装告知为准,刷1.使用信息表的装置id;2.es的装置id。进行比对装置的安装信息与安装告知的信息安装信息对上才刷【使用登记审批完成后,装置表的安装单位信息回清空,故不包括这部分数据】】 * 已安装告知为准,刷1.使用信息表的装置id;2.es的装置id。进行比对装置的安装信息与安装告知的信息安装信息对上才刷【使用登记审批完成后,装置表的安装单位信息回清空,故不包括这部分数据】】
*/ */
@Transactional(rollbackFor = Exception.class)
public void projectUseInfoUpdateV4() { public void projectUseInfoUpdateV4() {
List<PieLineEquipContraptionDto> eqs = jgInstallationNoticeEqMapper.selectPCIdNeErrorPieLineInUseInfo2(); List<PieLineEquipContraptionDto> eqs = jgInstallationNoticeEqMapper.selectPCIdNeErrorPieLineInUseInfo2();
log.info("处理前:查询管道的装置id与安装告知的装置id的不一样管道设备:{}", eqs.size()); log.info("处理前:查询管道的装置id与安装告知的装置id的不一样管道设备:{}", eqs.size());
......
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