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