zoujiajian %!s(int64=3) %!d(string=hai) anos
pai
achega
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;
 				}