Commit 32d4093a authored by zhangwanglin's avatar zhangwanglin

变更报错解决

parent d65f4dfd
......@@ -505,6 +505,7 @@ public class DisableServiceImpl implements DisableService {
// 新建disable_info_his表的一条数据,保存历史失能信息记录
ChDisableInfoHis chDisableInfoHis = new ChDisableInfoHis();
BeanUtil.copyProperties(chDisableInfo, chDisableInfoHis);
chDisableInfoHis.setLcd(null);
disableInfoHisMapper.insert(chDisableInfoHis);
//更新info
ChDisableInfo newDisableInfo = new ChDisableInfo();
......
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