@Controller public class UserApplyController extends Object
| Constructor and Description |
|---|
UserApplyController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubmitRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long srid)
根据id查找用户提交资料记录详情 /a/u/userapply/{srid}
|
String |
getSubmitRecordJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
String name,
String mname,
String status,
String startTime,
String endTime,
String uid)
用户提交资料记录列表 /a/u/user/apply/list 根据用户id查询用户提交资料列表
|
String |
updateSubmitRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.uweiqian.organization.model.UserApply userApply,
Long srid)
用户提交资料记录更改状态 /a/u/userapply/{srid}
|
@RequestMapping(value="/a/u/user/apply/search",
method=GET)
public String getSubmitRecordJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
String name,
String mname,
String status,
String startTime,
String endTime,
String uid)
throws Exception
Exception@RequestMapping(value="/a/u/user/apply/{srid}",
method=PUT)
public String updateSubmitRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.uweiqian.organization.model.UserApply userApply,
@PathVariable
Long srid)
throws Exception
Exception@RequestMapping(value="/a/u/user/apply/{srid}",
method=GET)
public String getSubmitRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long srid)
throws Exception
ExceptionCopyright © 2016. All rights reserved.