mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
后管修改车牌号
This commit is contained in:
@@ -162,7 +162,7 @@ public class MemberBasicInfoController extends BaseController {
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
@PreAuthorize("@ss.hasPermi('member:info:update')")
|
||||
@PreAuthorize("@ss.hasPermi('member:info:edit')")
|
||||
@Log(title = "修改车牌号信息", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/updatePlateNumber")
|
||||
public AjaxResult updatePlateNumber(@RequestBody MemberPlateNumberRelation relation){
|
||||
|
||||
Reference in New Issue
Block a user