Просмотр исходного кода

zhenjuan

release_toaliyun_real
xhxu 5 лет назад
Родитель
Сommit
3a1ab3d0ad
2 измененных файлов: 2 добавлений и 7 удалений
  1. +2
    -2
      mallinkBApi/src/main/java/com/iformall/controller/WxCUserController.java
  2. +0
    -5
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 2
mallinkBApi/src/main/java/com/iformall/controller/WxCUserController.java Просмотреть файл

@@ -211,8 +211,8 @@ public class WxCUserController extends BaseController {
}
}else{
TenantEntity tenantEntity = new TenantEntity();
tenantEntity.setTenantId(wxCUser.getTenantId());
tenantEntity.setParentTenantId(wxCUser.getParentTenantId());
tenantEntity.setTenantId(bUser.getTenantId());
tenantEntity.setParentTenantId(bUser.getParentTenantId());
WxCUserBasicInfo infoByPhone = wxCUserBasicInfoService.findInfoByPhone(tenantEntity, wxCUserFromBDto.getPhone());
if(infoByPhone != null){
return new ResultData(ErrorCode.USER_PHONE_IS_FOUND,"手机号已存在");


+ 0
- 5
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java Просмотреть файл

@@ -1,15 +1,11 @@
package com.iformall.controller;

import com.github.pagehelper.Page;
import com.github.pagehelper.PageInfo;
import com.iformall.common.ErrorCode;
import com.iformall.common.ResultData;
import com.iformall.domain.po.*;
import com.iformall.enums.EnumGameStatus;
import com.iformall.service.WxCouponOrderService;
import com.iformall.service.WxGameService;
import com.iformall.service.WxGameTemplateService;
import com.iformall.service.WxOrderService;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
@@ -18,7 +14,6 @@ import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

import java.util.HashMap;
import java.util.Map;

@RestController


Загрузка…
Отмена
Сохранить