|
@@ -14,6 +14,7 @@ import com.zhongzheng.common.core.redis.RedisCache;
|
|
|
import com.zhongzheng.common.exception.CustomException;
|
|
|
import com.zhongzheng.common.utils.DateUtils;
|
|
|
import com.zhongzheng.common.utils.SecurityUtils;
|
|
|
+import com.zhongzheng.common.utils.ServletUtils;
|
|
|
import com.zhongzheng.common.utils.ToolsUtils;
|
|
|
import com.zhongzheng.common.utils.http.HttpUtils;
|
|
|
import com.zhongzheng.modules.base.service.ICertificateTpService;
|
|
@@ -526,6 +527,8 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
if(Validator.isNotEmpty(business7)&&goodsVo.getBusinessId().longValue()==business7.getId().longValue()){
|
|
|
studyRec.setCourseType(17);
|
|
|
}
|
|
|
+ String TenantId = ServletUtils.getRequest().getHeader("TenantId");
|
|
|
+ studyRec.setTenantId(TenantId);
|
|
|
studyRec.setCourseName(goodsVo.getGoodsName());
|
|
|
studyRec.setMajorName(goodsVo.getSubjectNames());
|
|
|
studyRec.setName(userVo.getRealname());
|