Commit f0df41c1 authored by gaoyingwei's avatar gaoyingwei

修改 会员信息

parent 0d9e7a09
......@@ -263,10 +263,9 @@ public class AppMemInfoController extends CyPaginationController<MemInfo> {
@CyOpeLogAnno(title = "system-会员表管理-修改会员表", businessType = CyLogTypeEnum.UPDATE)
@Operation(summary="修改会员表", description="修改会员表")
@Parameters({@Parameter(name = "businessId", description = "businessId", required = false, schema = @Schema(type = "string"))})
@PutMapping("/memInfo/update/{openId:\\w+}")
@PutMapping("/memInfo/update")
@CyEncryptSm4Anno
public CyResult update(@PathVariable String openId, @RequestBody MemInfo memInfo, BindingResult bindingResult) {
memInfo.setWxOpenid(openId);
public CyResult update( @RequestBody MemInfo memInfo, BindingResult bindingResult) {
CyPersistModel data = memInfoServiceImpl.update(memInfo);
return CyResultGenUtil.builder(data,
CyMessCons.MESSAGE_ALERT_SUCCESS,
......
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