Commit d3aee8f9 authored by suhuiguang's avatar suhuiguang

fix(大编辑):bug修复

1.bug29203
parent cb33ef09
...@@ -4,6 +4,7 @@ package com.yeejoin.amos.boot.module.jg.biz.edit.process.equip; ...@@ -4,6 +4,7 @@ package com.yeejoin.amos.boot.module.jg.biz.edit.process.equip;
import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.date.DateUtil; import cn.hutool.core.date.DateUtil;
import cn.hutool.core.text.CharSequenceUtil; import cn.hutool.core.text.CharSequenceUtil;
import cn.hutool.core.util.ObjectUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableField;
...@@ -382,7 +383,7 @@ public class CommonEquipDataProcessService { ...@@ -382,7 +383,7 @@ public class CommonEquipDataProcessService {
// 业务处理 // 业务处理
equipChangeDataUpdateServiceImpl.updateTechParamByRecord(this.buildTableName(TechParamsBoilerChangeFieldDto.class), record, boilerChangeFields); equipChangeDataUpdateServiceImpl.updateTechParamByRecord(this.buildTableName(TechParamsBoilerChangeFieldDto.class), record, boilerChangeFields);
// 日志数据记录 // 日志数据记录
allChange.addAll(boilerChangeDataNew); allChange.addAll(boilerChangeFields);
break; break;
case YLRQ: case YLRQ:
// 压力容器 // 压力容器
......
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