天干地支

This commit is contained in:
wangjinlei
2023-11-16 14:30:27 +08:00
parent 08654ffb7e
commit ac3e7f30cb
6 changed files with 150 additions and 43 deletions

View File

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