张延森 2 년 전
부모
커밋
bc2e086d2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/njyunzhi/invoice/controller/TaPersonController.java

+ 1
- 1
src/main/java/com/njyunzhi/invoice/controller/TaPersonController.java 파일 보기

@@ -121,7 +121,7 @@ public class TaPersonController extends BaseController {
121 121
      * 根据id查询对象
122 122
      * @param id  实体ID
123 123
      */
124
-    @RequestMapping(value="/h5/person/current",method= RequestMethod.GET)
124
+    @RequestMapping(value="/h5/current",method= RequestMethod.GET)
125 125
     @ApiOperation(value="获取当前人员", notes = "获取当前人员", httpMethod = "GET", response = ResponseBean.class)
126 126
     public ResponseBean getCurrent() throws Exception{
127 127
         TaPerson taPerson = currentPerson();