Commit 2b6f9c32 by chenjinjing

no message

parent 1c0767de
...@@ -57,7 +57,7 @@ function analysisParamToWhere(param, column) { ...@@ -57,7 +57,7 @@ function analysisParamToWhere(param, column) {
where[key][Op.notIn] = param[key]["%notIn%"]; where[key][Op.notIn] = param[key]["%notIn%"];
break; break;
case "%ne%": case "%ne%":
where[key][Op.ne] = param[key]["%notIn%"]; where[key][Op.ne] = param[key]["%ne%"];
break; break;
} }
} }
......
...@@ -24,6 +24,9 @@ export const TablesConfig = [ ...@@ -24,6 +24,9 @@ export const TablesConfig = [
personCharge: {type:Sequelize.STRING(255)}, //负责人 personCharge: {type:Sequelize.STRING(255)}, //负责人
phone: {type:Sequelize.STRING(255)}, //手机号码 phone: {type:Sequelize.STRING(255)}, //手机号码
synopsis: {type:Sequelize.STRING(255)}, //简介 synopsis: {type:Sequelize.STRING(255)}, //简介
totalArea: {type:Sequelize.STRING(255)}, //总面积
zaifuArea: {type:Sequelize.STRING(255)}, //在孵面积
ziyonArea: {type:Sequelize.STRING(255)}, //自用面积
}, },
association: [] association: []
}, },
......
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