明树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
fc817346
Commit
fc817346
authored
Jan 13, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f50edba7
Pipeline
#106050
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
projectTzController.js
controller/projectTzController.js
+7
-2
No files found.
controller/projectTzController.js
View file @
fc817346
...
...
@@ -54,7 +54,7 @@ async function updateTzmbzrs(req, res, next) {
if
(
!
(
req
.
body
.
id
&&
req
.
body
.
projectId
))
{
return
res
.
sendError
(
errorMessage
.
paramsError
);
}
let
ret
=
await
DB
.
TzTzmbzrs
.
findOne
(
req
.
body
,
{
where
:
{
id
:
req
.
body
.
id
},
raw
:
true
});
let
ret
=
await
DB
.
TzTzmbzrs
.
findOne
({
where
:
{
id
:
req
.
body
.
id
},
raw
:
true
});
if
(
!
(
ret
&&
ret
.
id
))
{
return
res
.
sendError
(
errorMessage
.
paramsError
);
}
...
...
@@ -847,7 +847,12 @@ async function createZdsxsp(req, res, next) {
return
res
.
sendError
(
errorMessage
.
paramsError
);
}
//处理文件
req
.
body
.
qylht
=
(
req
.
bodt
.
qylht
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
req
.
body
.
jjlht
=
(
req
.
bodt
.
jjlht
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
req
.
body
.
zjwj
=
(
req
.
bodt
.
zjwj
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
req
.
body
.
ybfspwj
=
(
req
.
bodt
.
ybfspwj
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
req
.
body
.
cwjr
=
(
req
.
bodt
.
cwjr
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
req
.
body
.
gqjg
=
(
req
.
bodt
.
gqjg
||
[]).
map
(
o
=>
{
return
o
&&
o
.
id
||
o
});
let
ret
=
await
DB
.
TzZdsxsp
.
create
(
req
.
body
);
...
...
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