明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengfanpei
jt_backend
Commits
d9855d51
Commit
d9855d51
authored
Jan 21, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e5db4054
Pipeline
#106434
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
14 deletions
+22
-14
thYyqtzjcZxjc.js
db/model/jt/thYyqtzjcZxjc.js
+22
-14
No files found.
db/model/jt/thYyqtzjcZxjc.js
View file @
d9855d51
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment