Commit c72db860 authored by tianbo's avatar tianbo

Merge remote-tracking branch 'origin/develop_tzs_main' into develop_tzs_main

parents 9cc60269 9131b77e
......@@ -468,6 +468,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
// 修改设备使用状态为在用
useInfo.setEquState(String.valueOf(EquipmentEnum.ZAIYONG.getCode()));
}
// 上边的BeanUtil.copyProperties(map, useInfo); 把DATA_SOURCE 覆盖了,所以进行恢复
useInfo.setDataSource(null);
// 更新使用信息
useInfoMapper.update(useInfo, lambda);
// 更新检验检测信息
......
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