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-08-19 10:33:31 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
481cc06e3a9c24d224d3c5cfba9b97032b06e603
481cc06e
2 parents
ba01e006
f7d8d4f0
Merge branch 'server' into web
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/api/doctor/doctor.ctrl.js
server/src/api/doctor/doctor.ctrl.js
View file @
481cc06
...
...
@@ -132,7 +132,7 @@ exports.getPatientDetail = async ctx => {
const
bmList
=
await
BottleMedicine
.
find
({
doctorId
:
userId
,
bottleId
:
bottle
.
bottleId
,
}).
sort
({
regDtm
:
'desc
'
}).
limit
(
1
);
}).
sort
({
regDtm
:
'desc
'
}).
limit
(
1
);
reqUserBmList
.
push
(...
bmList
);
}));
...
...
Please
register
or
login
to post a comment