|
@@ -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();
|