|
@@ -101,7 +101,7 @@ public class CourseAuditRecordController {
|
|
|
param.put("verifyStatus", verifyStatus);
|
|
param.put("verifyStatus", verifyStatus);
|
|
|
//是否是个人资源库,0否1是,默认为0
|
|
//是否是个人资源库,0否1是,默认为0
|
|
|
String isSelf="0";
|
|
String isSelf="0";
|
|
|
- if(StringUtils.isNotEmpty(req.getParameter("isSelf")))verifyStatus=req.getParameter("isSelf");
|
|
|
|
|
|
|
+ if(StringUtils.isNotEmpty(req.getParameter("isSelf")))isSelf=req.getParameter("isSelf");
|
|
|
if("1".equals(isSelf))
|
|
if("1".equals(isSelf))
|
|
|
{
|
|
{
|
|
|
param.put("userId", StpLoginUserUtil.getLoginUser().getId());
|
|
param.put("userId", StpLoginUserUtil.getLoginUser().getId());
|