删除排序
parent
31fb0db890
commit
2949ade98b
|
@ -61,7 +61,7 @@ public class Company {
|
|||
/**
|
||||
*社会统一信用代码
|
||||
*/
|
||||
private String USCI;
|
||||
private String usci;
|
||||
/**
|
||||
*企业营业执照
|
||||
*/
|
||||
|
|
|
@ -43,7 +43,7 @@ public class ApiUserController {
|
|||
* @return
|
||||
* @throws Exception
|
||||
*/
|
||||
@GetMapping("/·/{date}")
|
||||
@GetMapping("/bydate/{date}")
|
||||
@Operation(summary = "万年历",description = "查询万年历")
|
||||
public Result JavaGet(@Validated @PathVariable String date) throws Exception {
|
||||
Result result = DateCalendar.fetchCalendarData(date);
|
||||
|
|
Loading…
Reference in New Issue