|
|
@@ -82,7 +82,6 @@ public class LedgerConfigController {
|
|
|
@ApiOperation(value = "修改台账配置表")
|
|
|
@SaCheckPermission("ledgerconfig:edit")
|
|
|
public RT<Boolean> update(@Valid @RequestBody UpdateLedgerConfigDto dto){
|
|
|
-
|
|
|
LedgerConfig ledgerConfig = BeanUtil.toBean(dto, LedgerConfig.class);
|
|
|
return RT.ok(ledgerConfigService.updateById(ledgerConfig));
|
|
|
}
|