天干地支
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user