mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 优化文件下载包名
This commit is contained in:
@@ -32,6 +32,7 @@ export abstract class CrudController<T> extends BaseController {
|
||||
@Body(ALL)
|
||||
bean
|
||||
) {
|
||||
delete bean.id;
|
||||
const id = await this.getService().add(bean);
|
||||
return this.ok(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user