|
@@ -264,7 +264,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
UserVci userVci = new UserVci();
|
|
|
//根据vciSn查询
|
|
|
VciInfo vciInfo = vciInfoService.lambdaQuery()
|
|
|
- .eq(VciInfo::getVciNum, user.getVciSn())
|
|
|
+ .eq(VciInfo::getVciNum, vciSn)
|
|
|
.one();
|
|
|
if (vciInfo == null) {
|
|
|
throw new BadReqException("该VCI设备不存在");
|