ソースを参照

3.0.0-题卡管理

xiaof 3 年 前
コミット
dce582e7d0

+ 3 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/templete/service/impl/TaskLogicServiceImpl.java

@@ -976,7 +976,9 @@ public class TaskLogicServiceImpl implements TaskLogicService {
             }
             MakeMethodEnum makeMethodEnum = examCard.getMakeMethod();
             if (MakeMethodEnum.SELECT.equals(makeMethodEnum)) {
-                Long templateId = examCard.getTemplateId();
+//                Long templateId = examCard.getTemplateId();
+                // todo 修改20220222
+                Long templateId = null;
                 if (templateId == null || templateId == 0) {
                     throw ExceptionResultEnum.ERROR.exception("找不到题卡对应的模板");
                 }