我正在使用下面的typeorm查詢生成器: await this.purchaseRepository .createQueryBuilder("purchase") .update(Purchase) .set({ count: () => `count + ...
確定! 回上一頁