|
@@ -531,6 +531,7 @@ public class TBDeviceDeliveryServiceImpl extends ServiceImpl<TBDeviceDeliveryMap
|
|
|
.eq(SysDevice::getSerialNo, deviceInOutForm.getSerialNo()));
|
|
|
sysDevice.setLocation(tbDeviceInOut.getLocation());
|
|
|
sysDevice.setLocationArr(tbDeviceInOut.getAddressArr());
|
|
|
+ sysDevice.setBound(InOutTypeEnum.IN);
|
|
|
sysDevice.updateInfo(userId);
|
|
|
sysDeviceService.updateById(sysDevice);
|
|
|
}
|