zoujiajian 3 лет назад
Родитель
Сommit
61eef22911

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/gzh/factory/EventMsgService.java

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