张延森 2 years ago
parent
commit
bc2e086d2e

+ 1
- 1
src/main/java/com/njyunzhi/invoice/controller/TaPersonController.java View File

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