Commit 7e620c09 authored by zhangjianqian's avatar zhangjianqian

1.培训考试,上传资料,添加txt文件上传(目前只有pdf)2.单独发布的考试,不应该出现再培训统计里

parent ad822dad
...@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t_train_course train t_train_course train
LEFT JOIN t_train_plan plan ON plan.plan_id = train.course_type LEFT JOIN t_train_plan plan ON plan.plan_id = train.course_type
<where> <where>
train.is_del = '0' train.is_del = '0' and train.data_kind = 0
AND train.status = '1' AND train.status = '1'
<if test="courseId != null "> and train.course_id = #{courseId}</if> <if test="courseId != null "> and train.course_id = #{courseId}</if>
<if test="courseName !='' and courseName!= null">and train.course_name like concat('%', #{courseName}, '%')</if> <if test="courseName !='' and courseName!= null">and train.course_name like concat('%', #{courseName}, '%')</if>
......
...@@ -172,7 +172,7 @@ export default { ...@@ -172,7 +172,7 @@ export default {
enclosure: "", enclosure: "",
isVeriftyFace: "2" isVeriftyFace: "2"
}, },
fileType: ["pdf"], fileType: ["pdf","txt"],
fileListVideo: [], fileListVideo: [],
fileListFile: [], fileListFile: [],
readOnly: false, readOnly: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment