教练查询约课记录(按日期)API
{/'@GetMapping/':/'///queryCourseRecordsByCoachByDate/',/'@RequestParam/':/'Coach coach/',/'@RequestParam/':/'String date/',/'@RequestParam/':/'HttpServletRequest request/',/'@throws/':/'ParseException/',/'//权限验证/',/'String token = (String) request.getAttribute(///'claims_coach///');/',/'if (token == null || ///'///'.equals(token)) {//nthrow new RuntimeException(///'权限不足!///');//n}/',/'//把查询到的对象放入map集合/',/'Map<String, Object> map = new HashMap<>();/',/'if (StringUtils.isEmpty(date)) {//nreturn new Result<>(ResultCode.FAIL);//n}/',/'Date dateNew = RcqtUtils.convertStringToDate(date);/',/'//查询日期对应的数据/',/'List
原文地址: https://www.cveoy.top/t/topic/p4gv 著作权归作者所有。请勿转载和采集!