【修改】 试卷任务是否删除文件参数,新增
This commit is contained in:
@@ -144,6 +144,7 @@ public class EducationPaperTaskServiceImpl implements IEducationPaperTaskService
|
|||||||
educationPaperParam.setIsConnect("0");
|
educationPaperParam.setIsConnect("0");
|
||||||
educationPaperParam.setIsAnswerId("1");
|
educationPaperParam.setIsAnswerId("1");
|
||||||
educationPaperParam.setIsTime("0");
|
educationPaperParam.setIsTime("0");
|
||||||
|
educationPaperParam.setIsDelete("0");
|
||||||
educationPaperParam.setDirectory("KSWJ");
|
educationPaperParam.setDirectory("KSWJ");
|
||||||
educationPaperParam.setUploadTime("5");
|
educationPaperParam.setUploadTime("5");
|
||||||
educationPaperParam.setIsCopy("1");
|
educationPaperParam.setIsCopy("1");
|
||||||
|
@@ -89,7 +89,6 @@
|
|||||||
<if test="isFile != null">is_file,</if>
|
<if test="isFile != null">is_file,</if>
|
||||||
<if test="isNet != null">is_net,</if>
|
<if test="isNet != null">is_net,</if>
|
||||||
<if test="isScreen != null">is_screen,</if>
|
<if test="isScreen != null">is_screen,</if>
|
||||||
|
|
||||||
<if test="isScore != null">is_score,</if>
|
<if test="isScore != null">is_score,</if>
|
||||||
<if test="isScoreDetail != null">is_score_detail,</if>
|
<if test="isScoreDetail != null">is_score_detail,</if>
|
||||||
<if test="isDelete != null">is_delete,</if>
|
<if test="isDelete != null">is_delete,</if>
|
||||||
|
Reference in New Issue
Block a user