|
|
@@ -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){
|