Commit 3fdbe024 authored by 李健华's avatar 李健华

注释不需要服务

parent 95b766b6
...@@ -134,7 +134,7 @@ public class InnerController implements IBaseController { ...@@ -134,7 +134,7 @@ public class InnerController implements IBaseController {
/** /**
* @yapi http://yapi.quantgroups.com/project/17/interface/api/215 * @yapi http://yapi.quantgroups.com/project/17/interface/api/215
*/ */
@RequestMapping("/user/search/phoneNo") // @RequestMapping("/user/search/phoneNo")
@ApiOperation(httpMethod = "GET", value = "根据手机号查询用户信息") @ApiOperation(httpMethod = "GET", value = "根据手机号查询用户信息")
public JsonResult findByPhoneNo(String phoneNo, Integer tenantId) { public JsonResult findByPhoneNo(String phoneNo, Integer tenantId) {
User user = userService.findByPhoneInDb(phoneNo); User user = userService.findByPhoneInDb(phoneNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment