三七 2 dagen geleden
bovenliggende
commit
4fdcde60d3

+ 2 - 2
fs-company/src/main/java/com/fs/company/controller/qw/SopUserLogsInfoController.java

@@ -516,7 +516,7 @@ public class SopUserLogsInfoController extends BaseController
     }
 
     /**
-     * 一键群发sopUserLogsInfo
+     * 营期一键群发sopUserLogsInfo
      */
     @PreAuthorize("@ss.hasPermi('qw:sopUserLogsInfo:msgSchedule')")
     @Log(title = "sendUserLogsInfoMsgType", businessType = BusinessType.INSERT,isSaveRequestData=false)
@@ -528,7 +528,7 @@ public class SopUserLogsInfoController extends BaseController
     }
 
     /**
-     * 一键群发sopUserLogsInfo
+     * sop一键群发sopUserLogsInfo
      */
     @PreAuthorize("@ss.hasPermi('qw:sopUserLogsInfo:msgSop')")
     @Log(title = "sendUserLogsInfoMsgSop", businessType = BusinessType.INSERT,isSaveRequestData=false)

+ 1 - 1
fs-service/src/main/java/com/fs/sop/service/impl/SopUserLogsInfoServiceImpl.java

@@ -2651,7 +2651,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
         FsCourseRealLink courseMap = new FsCourseRealLink();
         BeanUtils.copyProperties(link, courseMap);
 
-        String realLinkFull = registeredRealLink + JSON.toJSONString(courseMap);
+        String realLinkFull = REAL_LINK_PREFIX + JSON.toJSONString(courseMap);
         link.setRealLink(realLinkFull);
         fsCourseLinkMapper.insertFsCourseLink(link);
         if(StringUtils.isEmpty(config.getSmsDomainName())){