package com.controller; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import com.service.PersonalInfoService; import com.service.UserService; import com.util.Result; @Controller @RequestMapping("/personalinfo") public class PersonalInfoController { @Resource private PersonalInfoService ps; @RequestMapping("/update.do") @ResponseBody public Result execute(String user_id,String real_name,String sex,String birthday, String email,String address,String tel_num,String remark){ System.out.println("쏵흙controller"); Result rs=ps.updatePersonalInfo(user_id, real_name, sex, birthday, email, address, tel_num, remark); System.out.println(rs.toString()); return rs; } @RequestMapping("/show.do") @ResponseBody public Result execute(String user_id){ System.out.println("쏵흙controller"); Result rs=ps.showPersonalInfo(user_id); System.out.println(rs.toString()); return rs; } }
最近下载更多
zouzou123 LV3
10月18日
java小书童 LV18
7月23日
xzg123456 LV6
6月19日
quartz LV8
6月18日
sweetlove LV20
6月13日
胡闹的番茄精 LV2
6月10日
luyuly LV10
5月21日
29478439 LV4
5月13日
JulyMagnolia LV4
4月29日
genyuan2014 LV6
4月27日
最近浏览更多
citybird LV4
11月18日
xiongM LV4
11月9日
shunlun8855 LV1
10月29日
半夏bx LV14
10月23日
zouzou123 LV3
10月10日
Peny_ZH LV5
9月21日
zvcbnlk LV2
9月20日
微信网友_7151914139078656 LV2
9月4日
897258976 LV8
8月29日
abdkfksdkf LV16
8月25日