|
|
@@ -287,7 +287,6 @@ public class CoreResumptionConfigurationServiceImpl extends ServiceImpl<CoreResu
|
|
|
if (CollectionUtils.isNotEmpty(coreResumptionConfigurations) && CollectionUtils.isNotEmpty(resumptions)) {
|
|
|
resumptions.forEach(r -> {
|
|
|
addMassageCenter(r.getName(), null, coreResumptionConfigurations.get(0).getTimeUnit(), r.getOrgId(), r.getPlanId());
|
|
|
- remoteSmsService.sendSmsTodo(r.getOrgId(),r.getName(), r.getPlanEndTime());
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -302,7 +301,6 @@ public class CoreResumptionConfigurationServiceImpl extends ServiceImpl<CoreResu
|
|
|
if (CollectionUtils.isNotEmpty(coreResumptionConfigurations) && CollectionUtils.isNotEmpty(resumptions)) {
|
|
|
resumptions.forEach(r -> {
|
|
|
addMassageCenter(r.getName(), null, coreResumptionConfigurations.get(0).getTimeUnit(), r.getOrgId(), r.getPlanId());
|
|
|
- remoteSmsService.sendSmsTodo(r.getOrgId(),r.getName(), r.getPlanEndTime());
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -317,7 +315,6 @@ public class CoreResumptionConfigurationServiceImpl extends ServiceImpl<CoreResu
|
|
|
if (CollectionUtils.isNotEmpty(coreResumptionConfigurations) && CollectionUtils.isNotEmpty(resumptions)) {
|
|
|
resumptions.forEach(r -> {
|
|
|
addMassageCenter(r.getName(), null, coreResumptionConfigurations.get(0).getTimeUnit(), r.getOrgId(), r.getPlanId());
|
|
|
- remoteSmsService.sendSmsTodo(r.getOrgId(),r.getName(), r.getPlanEndTime());
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -332,8 +329,6 @@ public class CoreResumptionConfigurationServiceImpl extends ServiceImpl<CoreResu
|
|
|
if (CollectionUtils.isNotEmpty(coreResumptionConfigurations) && CollectionUtils.isNotEmpty(resumptions)) {
|
|
|
resumptions.forEach(r -> {
|
|
|
addMassageCenter(r.getName(), null, coreResumptionConfigurations.get(0).getTimeUnit(), r.getOrgId(), r.getPlanId());
|
|
|
-
|
|
|
- remoteSmsService.sendSmsTodo(r.getOrgId(),r.getName(), r.getPlanEndTime());
|
|
|
});
|
|
|
}
|
|
|
}
|