Commit b4838523 by 墨竹

Merge branch 'feature-haoban-role' into developer

parents 5b259fea ae542c85
...@@ -174,7 +174,7 @@ public class StoreController extends WebBaseController { ...@@ -174,7 +174,7 @@ public class StoreController extends WebBaseController {
//获取首页销售数据 //获取首页销售数据
@RequestMapping("/sale-date") @RequestMapping("/sale-date")
public HaobanResponse saleDate(String storeId, Integer clerkType, String clerkId, String enterpriseId) { public HaobanResponse saleDate(String storeId, Integer clerkType, String clerkId, String enterpriseId) {
if (StringUtils.isAnyBlank(storeId, clerkId)) { if (StringUtils.isAnyBlank(clerkId)) {
return resultResponse(HaoBanErrCode.ERR_2); return resultResponse(HaoBanErrCode.ERR_2);
} }
List<String> storeIds = new ArrayList<>(); List<String> storeIds = new ArrayList<>();
......
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