Commit ae542c85 by 墨竹

fix:删除判断

parent 2c9f40c7
......@@ -174,7 +174,7 @@ public class StoreController extends WebBaseController {
//获取首页销售数据
@RequestMapping("/sale-date")
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);
}
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