Commit e352a0c9 authored by lee_mingzhu's avatar lee_mingzhu

merge master

parent da8d2be5
......@@ -298,7 +298,7 @@ public class UserCenterController {
addressInfo.setAddress(address);
//更新时间
addressInfo.setUpdateAt(new Timestamp(System.currentTimeMillis()));
addressService.saveAddress(addressInfo);
addressService.save(addressInfo);
return JsonResult.buildSuccessResult(null, addressInfo);
}
......
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