Commit 7a179927 by lixinming
parents bb2003d1 ee9d03be
...@@ -50,7 +50,7 @@ function analysisParamToWhere(param, column) { ...@@ -50,7 +50,7 @@ function analysisParamToWhere(param, column) {
case "%notBetween%": case "%notBetween%":
where[key][Op.notBetween] = param[key]["%notBetween%"]; where[key][Op.notBetween] = param[key]["%notBetween%"];
break; break;
case "%in%": case "%in%"://在范围内数据
where[key][Op.in] = param[key]["%in%"]; where[key][Op.in] = param[key]["%in%"];
break; break;
case "%notIn%"://不在范围内数据 case "%notIn%"://不在范围内数据
......
...@@ -197,7 +197,7 @@ export const TablesConfig = [ ...@@ -197,7 +197,7 @@ export const TablesConfig = [
// other: {type:Sequelize.STRING(255)},//新增其他 // other: {type:Sequelize.STRING(255)},//新增其他
kxTime: {type:Sequelize.DATE}, //科小认定时间 kxTime: {type:Sequelize.DATE}, //科小认定时间
kxNumber: {type:Sequelize.INTEGER}, //新增科小上传编号 kxNumber: {type:Sequelize.STRING(255)}, //新增科小上传编号
kxImg: {type:Sequelize.STRING(255)}, //科小证书 kxImg: {type:Sequelize.STRING(255)}, //科小证书
zjtxTime: {type:Sequelize.DATE}, //专精特新认定时间 zjtxTime: {type:Sequelize.DATE}, //专精特新认定时间
zjtxImg: {type:Sequelize.STRING(255)}, //专精特新证书 zjtxImg: {type:Sequelize.STRING(255)}, //专精特新证书
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment