jk-GitHub-coder 4 år sedan
förälder
incheckning
58641403b4

+ 0 - 3
YijiaRestful/src/main/java/com/platform/yijia/controller/AppUserInfoController.java

@@ -207,12 +207,9 @@ public class AppUserInfoController {
                 resultData = ResultData.error(CodeMsg.USER_EXSIST);
             }else {
                 appUserInfoService.AddAppUserInfo(appUserInfo);
-                //此处是为初期没使用unionid,以作更新前期用户unionId
                 boolean boo = customerPointsService.isExistCustomerPointsInfo(customerPoints);
                 if(!boo){
                     customerPointsService.insertCustomerPointsInfo(customerPoints);
-                }else {
-                    appUserInfoService.updateUnionId(appUserInfo);
                 }
                 resultData = ResultData.success(CodeMsg.SUCCESS);
             }