Commit d630d25c authored by honghy's avatar honghy

bug344 pda影像查看问题

parent 833fc45b
......@@ -114,7 +114,8 @@ public class OrderWarehousePictureServiceImpl extends AbstractService<OrderWareh
public List<OrderWarehousePictureDO> getWarehousePictureList(Integer type, Long bizId) {
return warehousePictureMapper.selectList(new LambdaQueryWrapperX<OrderWarehousePictureDO>()
.eq(OrderWarehousePictureDO::getType, type)
.eq(OrderWarehousePictureDO::getBizId, bizId));
.eq(OrderWarehousePictureDO::getBizId, bizId)
.orderByDesc(OrderWarehousePictureDO::getId));
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment