|
|
@@ -931,7 +931,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
//医健宝
|
|
|
if ("医健宝".equals(signProjectName)) {
|
|
|
//查询销售
|
|
|
- CompanyUser user = companyUserMapper.selectCompanyUserById(qwUser.getCompanyId());
|
|
|
+ CompanyUser user = companyUserMapper.selectCompanyUserById(qwUser.getCompanyUserId());
|
|
|
contactWay = user.getQrCodeWeixin() != null?user.getQrCodeWeixin():"";
|
|
|
return R.error(400, msg).put("qrcode", contactWay);
|
|
|
}
|