Commit 54c0f574 by 墨竹

fix:判断调整

parent 66b110be
......@@ -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