Browse Source

Merge branch 'release_toaliyun_real_202112' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202112

release_toaliyun_real
xiaohanzi 4 years ago
parent
commit
8879b78c02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java View File

@@ -156,7 +156,7 @@ public class WxAppinfoController extends BaseController {
if(byCode == null){
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}
WxAppinfo cAppInfo = wxAppinfoService.getCAppInfo(ifParentUpdateAloneTenantInfo(), byCode);
WxAppinfo cAppInfo = wxAppinfoService.getCAppInfoFromRedis(ifParentUpdateAloneTenantInfo().getTenantId(), byCode);
return new ResultData(cAppInfo);
}



Loading…
Cancel
Save