Commit c61f33b5 authored by 赵啸非's avatar 赵啸非

修改假期同步

parent b1e5d73b
......@@ -103,6 +103,7 @@ public class SiteController extends BaseCRUDJsonBodyMappingController<SiteServic
if (ObjectUtils.isEmpty(siteTree)) {
log.info("为初始化站点树,重新构建!");
siteTree = this.service.siteTree(context);
siteService.setSiteTree(siteTree, context);
}
model.put("siteTree", siteTree);
this.init(model, context);
......
......@@ -65,7 +65,7 @@ Accept: application/json
###构建站点树
GET {{baseUrl}}/site/siteTree
#Authorization: {{authToken}}
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIwNjY6ZThiZjhiZjU4ZTZmNGU5OGI0OTI2NDdhYjNmMGUyN2UifQ.qg66SOWLIgYoIzQKmTczhqgL-8SMBqEmY1UUCd0nN4A
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIwNjY6MTM1OWYxYTQzZDNkNDljMmJkMDI5YzE5NThiNmFiZDAifQ.OQtNgxm9AH_TOuvAbbabJV0iMIbP3tj9pm6wofFqSis
Accept: application/json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment