This commit is contained in:
wangjinlei
2023-11-17 13:25:30 +08:00
parent ac3e7f30cb
commit db58953a9f
5 changed files with 238 additions and 13 deletions

View File

@@ -180,7 +180,7 @@ public class PointController {
Date parse = simpleDateFormat.parse(date);
Map<String, String> stringStringMap = pointService.TGDZForDate(parse);
Map<String, Object> stringStringMap = pointService.TGDZForDate(parse);
return R.ok().put("tgdz",stringStringMap);
}