Commit 6c04e6b4 by 何文超

bugfix

parent 7b5466a5
...@@ -78,7 +78,7 @@ public class AppletConfigGoodsController extends BaseGoodsController { ...@@ -78,7 +78,7 @@ public class AppletConfigGoodsController extends BaseGoodsController {
if (shopDTOServiceResponse.getResult() == null) { if (shopDTOServiceResponse.getResult() == null) {
return RestResponse.failure(ErrorCodeEnums.MAll_ERR.getCode(), "不存在店铺"); return RestResponse.failure(ErrorCodeEnums.MAll_ERR.getCode(), "不存在店铺");
} }
shopId = shopDTOServiceResponse.getResult().getAreaId(); shopId = shopDTOServiceResponse.getResult().getId();
} }
ServiceResponse<List<MallGoodsCordDTO>> listServiceResponse = mallCordApiService.listSpecCordDTO(shopId, getEnterpriseId()); ServiceResponse<List<MallGoodsCordDTO>> listServiceResponse = mallCordApiService.listSpecCordDTO(shopId, getEnterpriseId());
return RestResponse return RestResponse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment