|
@@ -3559,7 +3559,7 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
TopCourseProjectType projectType = topCourseProjectTypeService.getById(settle.getProjectId());
|
|
|
TopCourseBusiness business = topCourseBusinessService.getById(settle.getBusinessId());
|
|
|
String businessName = educationType.getEducationName() + business.getBusinessName() + projectType.getProjectName();
|
|
|
- List<Long> orderSns = baseMapper.getOrderSnByBusiness(businessName);
|
|
|
+ List<String> orderSns = baseMapper.getOrderSnByBusiness(businessName);
|
|
|
if (CollectionUtils.isNotEmpty(orderSns)) {
|
|
|
List<TopOldOrder> oldOrderList = topOldOrderService
|
|
|
.list(new LambdaQueryWrapper<TopOldOrder>()
|