明树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
765f4d85
Commit
765f4d85
authored
Jan 22, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c359a449
Pipeline
#106466
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
projectThController.js
controller/projectThController.js
+1
-1
thTzhpjwtzg.js
db/model/jt/thTzhpjwtzg.js
+4
-0
No files found.
controller/projectThController.js
View file @
765f4d85
...
@@ -431,7 +431,7 @@ async function getTzhpjInfo(req, res, next) {
...
@@ -431,7 +431,7 @@ async function getTzhpjInfo(req, res, next) {
tzhpj
.
hpjbg
=
tzhpj
.
hpjbg
.
map
(
o
=>
{
return
fileMap
[
o
]
});
tzhpj
.
hpjbg
=
tzhpj
.
hpjbg
.
map
(
o
=>
{
return
fileMap
[
o
]
});
tzhpj
.
qsmzqpj
=
tzhpj
.
qsmzqpj
.
map
(
o
=>
{
return
fileMap
[
o
]
});
tzhpj
.
qsmzqpj
=
tzhpj
.
qsmzqpj
.
map
(
o
=>
{
return
fileMap
[
o
]
});
tzhpj
.
tzhpjwtzgs
=
await
DB
.
ThTzhpjwtzg
.
findAll
({
where
:
{
projectId
:
tzhpj
.
projectId
,
sourceId
:
req
.
body
.
id
}
,
raw
:
true
});
tzhpj
.
tzhpjwtzgs
=
await
DB
.
ThTzhpjwtzg
.
findAll
({
where
:
{
projectId
:
tzhpj
.
projectId
,
sourceId
:
req
.
body
.
id
}});
return
res
.
sendData
(
tzhpj
);
return
res
.
sendData
(
tzhpj
);
}
catch
(
error
)
{
}
catch
(
error
)
{
next
(
error
);
next
(
error
);
...
...
db/model/jt/thTzhpjwtzg.js
View file @
765f4d85
...
@@ -36,6 +36,10 @@ const ThTzhpjwtzg = sequelize.define('ThTzhpjwtzg', {
...
@@ -36,6 +36,10 @@ const ThTzhpjwtzg = sequelize.define('ThTzhpjwtzg', {
zgqx
:
{
zgqx
:
{
type
:
DataTypes
.
DATE
,
type
:
DataTypes
.
DATE
,
comment
:
"整改期限"
,
comment
:
"整改期限"
,
get
()
{
const
rawValue
=
this
.
getDataValue
(
'zgqx'
);
return
rawValue
?
moment
(
rawValue
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
''
;
}
},
},
sfgb
:
{
sfgb
:
{
type
:
DataTypes
.
STRING
,
type
:
DataTypes
.
STRING
,
...
...
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