mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -170,8 +170,8 @@ public class MemberBasicInfoController extends BaseController {
|
|||||||
@PreAuthorize("@ss.hasPermi('member:info:remove')")
|
@PreAuthorize("@ss.hasPermi('member:info:remove')")
|
||||||
@Log(title = "会员基础信息", businessType = BusinessType.DELETE)
|
@Log(title = "会员基础信息", businessType = BusinessType.DELETE)
|
||||||
@DeleteMapping("/{ids}")
|
@DeleteMapping("/{ids}")
|
||||||
public AjaxResult remove(@PathVariable Integer[] ids) {
|
public AjaxResult remove(@PathVariable("ids") List<Integer> ids) {
|
||||||
return toAjax(memberBasicInfoService.deleteMemberBasicInfoByIds(Lists.newArrayList(ids)));
|
return toAjax(memberBasicInfoService.deleteMemberBasicInfoByIds(ids));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user