|
@@ -385,7 +385,7 @@ async function getClassData(libID, areaID) {
|
|
}
|
|
}
|
|
|
|
|
|
async function getPriceData(classIDList) {
|
|
async function getPriceData(classIDList) {
|
|
- return await priceInfoItemModel.find({ classID: { $in: classIDList } }, '-_id').lean();
|
|
|
|
|
|
+ return await priceInfoItemModel.find({ classID: { $in: classIDList } }).sort({ _id: 1 }).lean();
|
|
}
|
|
}
|
|
|
|
|
|
const UpdateType = {
|
|
const UpdateType = {
|