提交 ce1a10cc authored 作者: zhoushaopan's avatar zhoushaopan

fix(配套设备库模块): 修复了停止单位的id

修复了停止单位的id
上级 f67d6cce
......@@ -585,6 +585,7 @@ public class MatchingDeviceController {
DeviceLogDto deviceLogDto = new DeviceLogDto(1, matchingDeviceEditVo.getMatchingDeviceId(), remark, null, null);
deviceLogService.addLog(deviceLogDto);
m.setMatchingDeviceStatus(matchingDeviceEditVo.getMatchingDeviceStatus());
m.setStopUnitId(userUtils.getCurrentUnitId());
}
if (matchingDeviceEditVo.getRemake() != null &&
!matchingDeviceEditVo.getRemake().equals(m.getRemake())) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论