【修改】 试卷任务是否删除文件参数,新增

This commit is contained in:
dlaren
2025-08-20 09:55:15 +08:00
parent 62d8216e52
commit f8055670bd
2 changed files with 1 additions and 1 deletions

View File

@@ -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");

View File

@@ -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>