明树Git Lab

Commit 1c1f138a authored by zfp1's avatar zfp1

update

parent f6a4df2e
Pipeline #104516 passed with stage
in 3 seconds
...@@ -236,7 +236,7 @@ const Project = sequelize.define('Project', { ...@@ -236,7 +236,7 @@ const Project = sequelize.define('Project', {
// 投资主体审核情况 -- 立项已经建表 // 投资主体审核情况 -- 立项已经建表
// qthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "其他会议审议情况" }, // qthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "其他会议审议情况" },
jcqthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "决策-其他会议审议情况" , _mark: 'juece',}, jcqthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "决策-其他会议审议情况" , _mark: 'juece',},
jczzpfyj: { type: DataTypes.STRING, allowNull: true, comment: "决策-最终批复意见", _mark: 'juece', }, jczzpfyj: { type: DataTypes.INTEGER, allowNull: true, comment: "决策-最终批复意见", _mark: 'juece', },
jcxmpfsj: { type: DataTypes.DATE, allowNull: true, comment: "决策-项目批复时间" , _mark: 'juece',}, jcxmpfsj: { type: DataTypes.DATE, allowNull: true, comment: "决策-项目批复时间" , _mark: 'juece',},
jcxmpfwh: { type: DataTypes.STRING, allowNull: true, comment: "决策-项目批复文号" , _mark: 'juece',}, jcxmpfwh: { type: DataTypes.STRING, allowNull: true, comment: "决策-项目批复文号" , _mark: 'juece',},
jcwtgzyyyyyq: { type: DataTypes.TEXT, allowNull: true, comment: "决策-未通过主要原因与要求" , _mark: 'juece',}, jcwtgzyyyyyq: { type: DataTypes.TEXT, allowNull: true, comment: "决策-未通过主要原因与要求" , _mark: 'juece',},
......
...@@ -18,7 +18,7 @@ const projectBjtj = sequelize.define('projectBjtj', { ...@@ -18,7 +18,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
comment: "单位工程造价数值" comment: "单位工程造价数值"
}, },
dwgczjDw: { dwgczjDw: {
type: DataTypes.STRING, type: DataTypes.INTEGER,
comment: "单位工程造价单位" comment: "单位工程造价单位"
}, },
xsfwnlSz: { xsfwnlSz: {
......
...@@ -10,7 +10,7 @@ const ProjectJczt = sequelize.define('ProjectJczt', { ...@@ -10,7 +10,7 @@ const ProjectJczt = sequelize.define('ProjectJczt', {
primaryKey: true, primaryKey: true,
autoIncrement: true autoIncrement: true
}, },
hylx: { type: DataTypes.STRING, allowNull: true, comment: "会议类型" }, hylx: { type: DataTypes.INTEGER, allowNull: true, comment: "会议类型" },
hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" }, hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" },
jcsj: { type: DataTypes.DATE, allowNull: true, comment: "决策时间" }, jcsj: { type: DataTypes.DATE, allowNull: true, comment: "决策时间" },
jcjl: { type: DataTypes.STRING, allowNull: true, comment: "决策结论" }, jcjl: { type: DataTypes.STRING, allowNull: true, comment: "决策结论" },
......
...@@ -10,7 +10,7 @@ const ProjectTzzt = sequelize.define('ProjectTzzt', { ...@@ -10,7 +10,7 @@ const ProjectTzzt = sequelize.define('ProjectTzzt', {
primaryKey: true, primaryKey: true,
autoIncrement: true autoIncrement: true
}, },
hylx: { type: DataTypes.STRING, allowNull: true, comment: "会议类型" }, hylx: { type: DataTypes.INTEGER, allowNull: true, comment: "会议类型" },
hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" }, hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" },
shsj: { type: DataTypes.DATE, allowNull: true, comment: "审核时间" }, shsj: { type: DataTypes.DATE, allowNull: true, comment: "审核时间" },
jl: { type: DataTypes.STRING, allowNull: true, comment: "结论" }, jl: { type: DataTypes.STRING, allowNull: true, comment: "结论" },
......
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