Commit bf10282c by 墨竹

Merge branch 'feature-haoban-role' into developer

parents d48d7737 99185043
......@@ -187,7 +187,7 @@ public class StoreController extends WebBaseController {
storeIds.add(storeId);
}
String date = DateUtil.format(new Date(), "yyyy-MM-dd");
if ("0".equals(clerkType)) {
if (clerkType == 0) {
HaobanDataDTO HaobanDataDTO = haobanDataApiService.getSaleDataByDateByClerkId(enterpriseId, storeIds, clerkId, date);
return resultResponse(HaoBanErrCode.ERR_1, HaobanDataDTO);
}
......
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