|
|
|
@@ -44,7 +44,7 @@ public class WxMallController extends BaseController { |
|
|
|
@SystemControllerLog(description = "商城-当前查询") |
|
|
|
public ResultData mallinfo() { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxMallController::mallinfo"); |
|
|
|
WxMall mall = wxMallService.getByTenantInfo(ifParentUpdateTenantInfo()); |
|
|
|
WxMall mall = wxMallService.getByTenantInfo(getUser()); |
|
|
|
if(mall == null) { |
|
|
|
logger.error("未配置相应的mall"); |
|
|
|
return new ResultData(Result.ERROR, "未配置相应的mall"); |
|
|
|
|