Commit 15b883c4fd4296cb11978a381e0c906b5128426e

Authored by jiangjiazhi
1 parent cd9d78e000

增加设置parentid

Showing 1 changed file with 6 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PostReviewController.java View file @ 15b883c
... ... @@ -28,6 +28,12 @@
28 28 @Autowired
29 29 private PostReviewFacade postReviewFacade;
30 30  
  31 + @RequestMapping(method = RequestMethod.GET,value = "/cTime")
  32 + @ResponseBody
  33 + public long getCurrentTime(){
  34 + return System.currentTimeMillis();
  35 + }
  36 +
31 37 /**
32 38 * 新增产后复查
33 39 *