|
@@ -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);
|
|
|
}
|