Typeorm_写原生sql 查询

async getAllDistinctEmailNotificationsByUserId(userId: string, needSendTypes: any[]) { if (needSendTypes && needSendTypes.length > 0) { return await this.manager .query(`SELECT
相关文章
相关标签/搜索