修复参数配置

This commit is contained in:
ap 2021-11-12 11:51:11 +08:00
parent 587d3416fe
commit 06d05aeba6

View File

@ -32,6 +32,7 @@ export class BaseSysConfService extends BaseService {
await this.baseSysConfEntity
.createQueryBuilder()
.update()
.where({ cKey })
.set({ cKey, cValue })
.execute();
}