Commit b6cf6f931b1047d7e484651810f753727a563ab7

Authored by jiangjiazhi
1 parent 7c5f96529f

add jws

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/EnumsController.java View file @ b6cf6f9
... ... @@ -366,7 +366,6 @@
366 366 @RequestMapping(value = "/getjws", method = RequestMethod.GET)
367 367 public void geJws(HttpServletResponse response) {
368 368 int cacheTime =30000;
369   -
370 369 String json = JsonUtil.array2JsonString(basicConfigFacade.getBaseicConfigByParentId(SystemConfig.JIWANGSHI_ID));
371 370 writeJsonWithCache(response,json,cacheTime);
372 371 }