Commit b6665607 by huang

111

parent e65c893a
...@@ -55,8 +55,9 @@ public class StoreController extends WebBaseController{ ...@@ -55,8 +55,9 @@ public class StoreController extends WebBaseController{
//获取首页销售数据 //获取首页销售数据
@RequestMapping("/sale-date") @RequestMapping("/sale-date")
public HaobanResponse saleDate(String storeId,String wxEnterpriseId) { public HaobanResponse saleDate(String storeId,String wxEnterpriseId) {
wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterpriseId) wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterpriseId);
return resultResponse(HaoBanErrCode.ERR_1);
// haobanDataApiService.getSaleDataByDate(arg0, storeId, arg2); // haobanDataApiService.getSaleDataByDate(arg0, storeId, arg2);
// return resultResponse(HaoBanErrCode.ERR_1,resultList); // return resultResponse(HaoBanErrCode.ERR_1,resultList);
......
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