明树Git Lab

Commit f35ae775 authored by zfp1's avatar zfp1

update

parent b868f0e0
Pipeline #108775 passed with stage
in 4 seconds
...@@ -25,12 +25,12 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', { ...@@ -25,12 +25,12 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', {
// } // }
// }, // },
// jssj: { // jssj: {
// type: DataTypes.DATE, // type: DataTypes.DATE,
// comment: "结束时间", // comment: "结束时间",
// get() { // get() {
// const rawValue = this.getDataValue('jssj'); // const rawValue = this.getDataValue('jssj');
// return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : ''; // return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
// } // }
// }, // },
jcmc: { jcmc: {
type: DataTypes.STRING, type: DataTypes.STRING,
...@@ -52,12 +52,16 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', { ...@@ -52,12 +52,16 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', {
type: DataTypes.JSON, type: DataTypes.JSON,
comment: "整改措施清单" comment: "整改措施清单"
}, },
jcbg: {
type: DataTypes.JSON,
comment: "检查报告"
},
fjcl: { fjcl: {
type: DataTypes.JSON, type: DataTypes.JSON,
comment: "附件材料" comment: "附件材料"
}, },
sourceId: { sourceId: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
comment: "所属投资控制主表id" comment: "所属投资控制主表id"
}, },
......
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