|
@@ -144,7 +144,7 @@ public class EventMsgService implements GzhMsgService {
|
|
|
userGzhRelation.setIsQrScene(true);
|
|
userGzhRelation.setIsQrScene(true);
|
|
|
}
|
|
}
|
|
|
try {
|
|
try {
|
|
|
- if (userGzhRelation.getId() != null) {
|
|
|
|
|
|
|
+ if (userGzhRelation.getId() == null) {
|
|
|
userGzhRelationMapper.insert(userGzhRelation);
|
|
userGzhRelationMapper.insert(userGzhRelation);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|