明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
letian_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
letian_backend
Commits
437598fa
Commit
437598fa
authored
Dec 12, 2024
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3cc69fde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
agrMatController.js
controller/agrMatController.js
+1
-1
No files found.
controller/agrMatController.js
View file @
437598fa
...
...
@@ -109,7 +109,7 @@ async function queryMatApprInfo(req, res, next) {
let
inout
=
await
DB
.
AgrMatInOut
.
find
({
approval
:
req
.
body
.
_id
}).
sort
({
_id
:
1
}).
lean
().
exec
();
console
.
log
(
inout
,
"="
)
approval
.
materials
=
inout
||
[];
re
turn
approval
;
re
s
.
sendData
(
approval
)
;
}
catch
(
error
)
{
next
(
error
)
}
...
...
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