Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-09-14 22:13:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
94eb26bb5175a5ba4658a0f1d7e1d8f26d8a81c2
94eb26bb
1 parent
8619f4bc
fix. bug fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
server/src/api/doctor/doctor.ctrl.js
server/src/api/doctor/doctor.ctrl.js
View file @
94eb26b
...
...
@@ -150,7 +150,8 @@ exports.getPatientDetail = async ctx => {
bottleId
:
bottle
.
bottleId
,
useYn
:
'Y'
,
});
reqUserBmList
.
push
(
bm
);
if
(
bm
)
reqUserBmList
.
push
(
bm
);
}));
const
bottleList
=
await
Promise
.
all
(
reqUserBmList
.
map
(
async
bottleMedicine
=>
{
...
...
Please
register
or
login
to post a comment