박권수

fix. code error

...@@ -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
......