Commit c1b9a0be authored by yinxin's avatar yinxin

4454456

parent 07d51ef4
...@@ -23,7 +23,11 @@ public class CompanyController extends HttpServlet { ...@@ -23,7 +23,11 @@ public class CompanyController extends HttpServlet {
@Autowired @Autowired
private CompanyService companyService; private CompanyService companyService;
// 添加来访单位 /**
* 添加来访单位
* 刘长柏 大叔大婶付大撒
* @param request
*/
@RequestMapping(value = "/saveCompany", method = RequestMethod.POST, produces = "text/html;charset=UTF-8") @RequestMapping(value = "/saveCompany", method = RequestMethod.POST, produces = "text/html;charset=UTF-8")
@ResponseBody @ResponseBody
public void saveCompany(HttpServletRequest request) { public void saveCompany(HttpServletRequest request) {
......
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