Commit 967ae203 authored by gaoyingwei's avatar gaoyingwei

修改 会员信息 更新

parent f0df41c1
...@@ -265,7 +265,7 @@ public class AppMemInfoController extends CyPaginationController<MemInfo> { ...@@ -265,7 +265,7 @@ public class AppMemInfoController extends CyPaginationController<MemInfo> {
@Parameters({@Parameter(name = "businessId", description = "businessId", required = false, schema = @Schema(type = "string"))}) @Parameters({@Parameter(name = "businessId", description = "businessId", required = false, schema = @Schema(type = "string"))})
@PutMapping("/memInfo/update") @PutMapping("/memInfo/update")
@CyEncryptSm4Anno @CyEncryptSm4Anno
public CyResult update( @RequestBody MemInfo memInfo, BindingResult bindingResult) { public CyResult update( @RequestBody MemInfo memInfo) {
CyPersistModel data = memInfoServiceImpl.update(memInfo); CyPersistModel data = memInfoServiceImpl.update(memInfo);
return CyResultGenUtil.builder(data, return CyResultGenUtil.builder(data,
CyMessCons.MESSAGE_ALERT_SUCCESS, 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