Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -132,7 +132,7 @@ exports.getPatientDetail = async ctx => { | ... | @@ -132,7 +132,7 @@ exports.getPatientDetail = async ctx => { |
132 | const bmList = await BottleMedicine.find({ | 132 | const bmList = await BottleMedicine.find({ |
133 | doctorId : userId, | 133 | doctorId : userId, |
134 | bottleId : bottle.bottleId, | 134 | bottleId : bottle.bottleId, |
135 | - }).sort({ regDtm : 'desc '}).limit(1); | 135 | + }).sort({ regDtm : 'desc' }).limit(1); |
136 | reqUserBmList.push(...bmList); | 136 | reqUserBmList.push(...bmList); |
137 | })); | 137 | })); |
138 | 138 | ... | ... |
-
Please register or login to post a comment