|
|
@@ -139,7 +139,7 @@ public class GroupRelationController {
|
|
|
if (StrUtil.isEmpty(groupsRelationView.getApiSecret())) {
|
|
|
THREAD_POOL.execute(() -> {
|
|
|
//车队所有人查看密码
|
|
|
- Integer num = groupsRelationView.getNum();
|
|
|
+ Integer num = groupsRelationView.getGtNum();
|
|
|
Integer viewNum = relationMapper.selectViewPwdCount(groupsRelationView.getGroupsId());
|
|
|
if (num <= viewNum) {
|
|
|
AccountDoubleVerifyRecord exist = accountDoubleVerifyRecordMapper.selectOne(Wrappers.lambdaQuery(AccountDoubleVerifyRecord.class)
|