egg.js原生sql查询加动态条件

版权声明:feixie https://blog.csdn.net/qq_36850813/article/details/89640563
const results = await this.app.model.query('sql', {
        replacements: [toId],
        type: 'SELECT'
      });

猜你喜欢

转载自blog.csdn.net/qq_36850813/article/details/89640563