Commit 1700be9e by huangZW

111

parent e3cc49f3
......@@ -90,8 +90,8 @@ public class StoreController extends WebBaseController{
}
//获取首页销售数据
@RequestMapping("/sale-date")
public HaobanResponse saleDate(String storeId,String wxEnterpriseId) {
if(StringUtils.isAnyBlank(storeId,wxEnterpriseId)){
public HaobanResponse saleDate(String storeId) {
if(StringUtils.isAnyBlank(storeId)){
return resultResponse(HaoBanErrCode.ERR_2);
}
StoreDTO store = storeService.getStore(storeId);
......
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