yjwang 4 päivää sitten
vanhempi
commit
ed46632efb

+ 1 - 1
fs-service/src/main/java/com/fs/course/service/impl/FsUserCourseVideoServiceImpl.java

@@ -898,7 +898,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
         CourseConfig config = JSONUtil.toBean(json, CourseConfig.class);
         String contactWay = "";
         if (ObjectUtils.isNotEmpty(config.getShowQwCode())&&!config.getShowQwCode()){
-            return R.error(400,msg).put("qrcode",contactWay);
+            return R.error(400,msg).put("qrcode",config.getCompanyUserQRCode());
         }
         QwUser qwUser = qwUserMapper.selectQwUserById(Long.parseLong(qwUserById));
         if (qwUser==null){