sequelize: where with nested column

前端 未结 0 1775
臣服心动
臣服心动 2021-02-04 04:24

var main = async () => {


    var patient_insurace_id = 34;
    db.speciality.findAll({
        where: {
            [Op.or]: [
                {
                           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题