mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-03-11 18:36:12 +00:00
修复参数配置
This commit is contained in:
parent
587d3416fe
commit
06d05aeba6
@ -32,6 +32,7 @@ export class BaseSysConfService extends BaseService {
|
||||
await this.baseSysConfEntity
|
||||
.createQueryBuilder()
|
||||
.update()
|
||||
.where({ cKey })
|
||||
.set({ cKey, cValue })
|
||||
.execute();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user