deb
This commit is contained in:
parent
fda497925e
commit
cd5748f45f
|
|
@ -41,7 +41,7 @@ public class VipController extends BaseController {
|
|||
|
||||
@RequestMapping("/update")
|
||||
public Result<Object> update() {
|
||||
Vip vip = parmsUtil.getObject("vip", Vip.class);
|
||||
Vip vip = parmsUtil.getObject("vipInfo", Vip.class);
|
||||
|
||||
vipService.update(vip);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue