明树Git Lab

Commit 2b923843 authored by zfp1's avatar zfp1

1

parent 54f29865
Pipeline #109721 passed with stage
in 4 seconds
......@@ -238,7 +238,7 @@ const Project = sequelize.define('Project', {
// 投资主体审核情况 -- 立项已经建表
// qthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "其他会议审议情况" },
jcqthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "决策-其他会议审议情况", _mark: 'juece', },
jczzpfyj: { type: DataTypes.INTEGER, allowNull: true, comment: "决策-最终批复意见", _mark: 'juece', },
jczzpfyj: { type: DataTypes.STRING, allowNull: true, comment: "决策-最终批复意见", _mark: 'juece', },
jcxmpfsj: { type: DataTypes.DATE, allowNull: true, comment: "决策-项目批复时间", _mark: 'juece', },
jcxmpfwh: { type: DataTypes.STRING, allowNull: true, comment: "决策-项目批复文号", _mark: 'juece', },
jcwtgzyyyyyq: { type: DataTypes.TEXT, allowNull: true, comment: "决策-未通过主要原因与要求", _mark: 'juece', },
......
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