库存调整记录倒序排序;
This commit is contained in:
+1
@@ -134,6 +134,7 @@ public class InventoryAdjustmentRecordApplicationService {
|
|||||||
|
|
||||||
// 3. 为每个物料明细设置更多属性(从库存表中获取值)
|
// 3. 为每个物料明细设置更多属性(从库存表中获取值)
|
||||||
setMaterialMoreDetailListFromInventory(inventoryAdjustmentRecordPOS, batchDetailMap);
|
setMaterialMoreDetailListFromInventory(inventoryAdjustmentRecordPOS, batchDetailMap);
|
||||||
|
inventoryAdjustmentRecordPOS.sort(Comparator.comparing(InventoryAdjustmentRecordPO::getCreateTime).reversed());
|
||||||
return inventoryAdjustmentRecordPOS;
|
return inventoryAdjustmentRecordPOS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user