瀏覽代碼

fix

release_toaliyun_real
xiaohanzi 6 年之前
父節點
當前提交
f24c99e600
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/mem/WxCUserBasicInfoController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/mem/WxCUserBasicInfoController.java 查看文件

@@ -578,7 +578,7 @@ public class WxCUserBasicInfoController extends BaseController {
WxCUserBasicInfo newCuser = wxCUserBasicInfoService.findInfoByPhone(ifParentUpdateTenantInfo(), newCuserPhone); WxCUserBasicInfo newCuser = wxCUserBasicInfoService.findInfoByPhone(ifParentUpdateTenantInfo(), newCuserPhone);
if(null != oldCuser && null != newCuser){ if(null != oldCuser && null != newCuser){
if(!oldCuserPhone.equals(newCuserPhone)){ if(!oldCuserPhone.equals(newCuserPhone)){
wxCUserBasicInfoService.cuserOldToNew(oldCuser.getId(),newCuser.getId());
wxCUserBasicInfoService.cuserOldToNew(oldCuser.getId(),newCuser.getId(),ifParentUpdateTenantInfo());
return new ResultData(); return new ResultData();
}else{ }else{
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR,"同一个用户"); return new ResultData(ErrorCode.SYS_PARAMETER_ERROR,"同一个用户");


Loading…
取消
儲存