@ -1728,6 +1728,13 @@ public class FollowUpService {
}
followupDao.save(f);
if(StringUtils.isNotBlank(nextFollowupTime)){
ServiceItemPlanDO itemPlanDO = serviceItemPlanDao.findByRelationCode(followupId+"");
if(itemPlanDO!=null){
itemPlanDO.setPlanTime(nextFollowupTime);
serviceItemPlanDao.save(itemPlanDO);