Commit c31fe01c authored by 332784038@qq.com's avatar 332784038@qq.com

订单到仓动态业务时间bug修复

parent a7d5f3d9
......@@ -731,7 +731,7 @@ public class OrderQueryServiceImpl implements OrderQueryService {
orderTimeMapper.selectList(
new LambdaQueryWrapper<OrderTimeDO>().eq(OrderTimeDO::getOrderId, orderId).orderByDesc(OrderTimeDO::getId));
if (CollectionUtil.isNotEmpty(orderTimeList)) {
getDaoCanTiam(orderTimeList);
// getDaoCanTiam(orderTimeList);
dto.setOrderTimeVOList(OrderTimeConvert.INSTANCE.convertList(
orderTimeList));
}
......
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