|
@@ -398,6 +398,7 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
String name = topCourseBusinessService.getBusinessFullName(bo.getBusinessId());
|
|
String name = topCourseBusinessService.getBusinessFullName(bo.getBusinessId());
|
|
|
bo.setBusinessFullName(name);
|
|
bo.setBusinessFullName(name);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
List<TopOldOrderVo> orderVoList = baseMapper.queryList(bo);
|
|
List<TopOldOrderVo> orderVoList = baseMapper.queryList(bo);
|
|
|
if (CollectionUtils.isNotEmpty(orderVoList)) {
|
|
if (CollectionUtils.isNotEmpty(orderVoList)) {
|
|
|
//订单业务类型
|
|
//订单业务类型
|