Commit b5722f2d authored by tianyiming's avatar tianyiming

车用气瓶作废后将气瓶改为未纳管

parent 6f2ca29f
......@@ -1430,6 +1430,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
esEquipmentCategoryDto.setEQU_STATE(null);
esEquipmentCategoryDto.setORG_BRANCH_CODE(null);
esEquipmentCategoryDto.setORG_BRANCH_NAME(null);
esEquipmentCategoryDto.setIS_INTO_MANAGEMENT(Boolean.FALSE);
esEquipmentCategory.save(esEquipmentCategoryDto);
}
}
......@@ -1473,6 +1474,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
updateWrapper.set(IdxBizJgUseInfo::getSafetyManagerId, null);
updateWrapper.set(IdxBizJgUseInfo::getSafetyManager, null);
updateWrapper.set(IdxBizJgUseInfo::getFactoryUseSiteStreet, null);
updateWrapper.set(IdxBizJgUseInfo::getIsIntoManagement, Boolean.FALSE);
useInfoMapper.update(null, updateWrapper);
}
......
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