Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
7e620c09
Commit
7e620c09
authored
Aug 23, 2023
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.培训考试,上传资料,添加txt文件上传(目前只有pdf)2.单独发布的考试,不应该出现再培训统计里
parent
ad822dad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TTrainCourseStatMapper.xml
...c/main/resources/mapper/system/TTrainCourseStatMapper.xml
+1
-1
Lesson.vue
...ws/educationPlanExam/lessonsProgram/components/Lesson.vue
+1
-1
No files found.
danger-manage-system/src/main/resources/mapper/system/TTrainCourseStatMapper.xml
View file @
7e620c09
...
...
@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t_train_course train
LEFT JOIN t_train_plan plan ON plan.plan_id = train.course_type
<where>
train.is_del = '0'
train.is_del = '0'
and train.data_kind = 0
AND train.status = '1'
<if
test=
"courseId != null "
>
and train.course_id = #{courseId}
</if>
<if
test=
"courseName !='' and courseName!= null"
>
and train.course_name like concat('%', #{courseName}, '%')
</if>
...
...
danger-manage-web/src/views/educationPlanExam/lessonsProgram/components/Lesson.vue
View file @
7e620c09
...
...
@@ -172,7 +172,7 @@ export default {
enclosure
:
""
,
isVeriftyFace
:
"2"
},
fileType
:
[
"pdf"
],
fileType
:
[
"pdf"
,
"txt"
],
fileListVideo
:
[],
fileListFile
:
[],
readOnly
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment