Commit faf4fc9d authored by shaochangbin's avatar shaochangbin

dat改为date

parent 72006109
......@@ -149,7 +149,7 @@ public class PersonController extends HttpServlet {
* @param response
* @return
*/
@RequestMapping(value = "/updatPerson", method = RequestMethod.POST, produces = "text/html;charset=UTF-8")
@RequestMapping(value = "/updatePerson", method = RequestMethod.POST, produces = "text/html;charset=UTF-8")
@ResponseBody
public String updatPerson(HttpServletRequest request,
HttpServletResponse response) {
......
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