|
|
@@ -82,7 +82,7 @@ public class WashDeviceServiceImpl extends MyBaseServiceImpl<WashDeviceMapper, W
|
|
|
.eq(WashDevice::getProductKey, productKeyAndDeviceName[0])
|
|
|
.eq(WashDevice::getDeviceName, productKeyAndDeviceName[1])
|
|
|
.one();
|
|
|
- var vo = new WashDeviceVo();
|
|
|
+ var vo = new WashDeviceVo().setCurrentUserId(StpUtil.getLoginIdAsLong());
|
|
|
BeanUtils.copyProperties(washDevice, vo.setShortId(shortId));
|
|
|
return vo;
|
|
|
}
|