Commit dc02aee7 authored by shiyu's avatar shiyu

后台寄售单列表展示2

parent 0a59e7bc
......@@ -100,7 +100,7 @@ public class ConsignSaleServiceImpl implements ConsignSaleService {
consignSaleVo.setItemImg(image[0]);
}
//查询寄售单节点
String saleId = dto.getSaleId();
String saleId = consignSale.getSaleId();
List<ConsignSaleRecord> consignSaleRecordList = consignSaleRecordDao.find(saleId);
//报价待用户确认,需要返回倒计时
List<ConsignSaleRecord> waitConfirmRecords = new ArrayList<>();
......
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