明树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', {
// }
// },
// jssj: {
// type: DataTypes.DATE,
// comment: "结束时间",
// get() {
// const rawValue = this.getDataValue('jssj');
// return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
// }
// type: DataTypes.DATE,
// comment: "结束时间",
// get() {
// const rawValue = this.getDataValue('jssj');
// return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
// }
// },
jcmc: {
type: DataTypes.STRING,
......@@ -52,12 +52,16 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', {
type: DataTypes.JSON,
comment: "整改措施清单"
},
jcbg: {
type: DataTypes.JSON,
comment: "检查报告"
},
fjcl: {
type: DataTypes.JSON,
comment: "附件材料"
},
sourceId: {
sourceId: {
type: DataTypes.INTEGER,
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