提交 97a261ce authored 作者: 杨启发's avatar 杨启发

Merge branch 'refs/heads/v17.5_order_child_sync_broker_20240617' into test

Former-commit-id: feffa9aa
......@@ -43,7 +43,7 @@ public class PlatformServiceFeeConfigController {
@ApiOperation(value = "编辑平台费率配置", notes = "<br>By:杨启发")
@PostMapping("/updatePlatformServiceFeeConfig")
@UnitCovert(param = false)
@UnitCovert
public Result updatePlatformServiceFeeConfig(@RequestBody @Validated SavePlatformServiceFeeConfigParam param) {
platformServiceFeeConfigService.updatePlatformServiceFeeConfig(param);
return Result.ok();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论