|
|
@@ -83,8 +83,8 @@ public class ServiceInfoController extends MallUserInfoBaseController{ |
|
|
|
@ApiVersion(group = SwaggerConstant.V_1_0_0) |
|
|
|
@ApiOperation("慧影-设置登录账号") |
|
|
|
@PostMapping("/saveMallUserInfo") |
|
|
|
public R<Void> saveMallUserInfo(@RequestBody MallUserInfo dto,Long id) { |
|
|
|
ServiceInfo si = serviceInfoService.getServiceInfo(id); |
|
|
|
public R<Void> saveMallUserInfo(@RequestBody MallUserInfo dto,Long serviceId) { |
|
|
|
ServiceInfo si = serviceInfoService.getServiceInfo(serviceId); |
|
|
|
if (null == si) { |
|
|
|
throw new BizException(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"id无效"); |
|
|
|
} |
|
|
|