明树Git Lab

Commit d9855d51 authored by zfp1's avatar zfp1

update

parent e5db4054
Pipeline #106434 passed with stage
in 3 seconds
...@@ -16,21 +16,29 @@ const ThYyqtzjcZxjc = sequelize.define('ThYyqtzjcZxjc', { ...@@ -16,21 +16,29 @@ const ThYyqtzjcZxjc = sequelize.define('ThYyqtzjcZxjc', {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
comment: "专项检查分类 1 能建投资检查、2 葛洲坝集团投资检查、3 公司投资检查、4 其他投资检查" comment: "专项检查分类 1 能建投资检查、2 葛洲坝集团投资检查、3 公司投资检查、4 其他投资检查"
}, },
kssj: { // kssj: {
type: DataTypes.DATE, // type: DataTypes.DATE,
comment: "开始时间", // comment: "开始时间",
get() { // get() {
const rawValue = this.getDataValue('kssj'); // const rawValue = this.getDataValue('kssj');
return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : ''; // return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
} // }
// },
// jssj: {
// type: DataTypes.DATE,
// comment: "结束时间",
// get() {
// const rawValue = this.getDataValue('jssj');
// return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
// }
// },
jcjg: {
type: DataTypes.TEXT,
comment: "检查结果"
}, },
jssj: { zgcsqd: {
type: DataTypes.DATE, type: DataTypes.TEXT,
comment: "结束时间", comment: "整改措施清单"
get() {
const rawValue = this.getDataValue('jssj');
return rawValue ? moment(rawValue).format('YYYY-MM-DD HH:mm:ss') : '';
}
}, },
fjcl: { fjcl: {
......
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