刘韬 2 年之前
父節點
當前提交
a8a568670e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      DataFusion/src/com/zskk/control/ViewController.java

+ 2 - 2
DataFusion/src/com/zskk/control/ViewController.java

@@ -140,7 +140,7 @@ public class ViewController extends Controller {
 					}
 					Map<String, String> annex_params = new HashMap<>();
 					annex_params.put("institution_id", PropKit.get("institution_id"));
-					annex_params.put("type", "2");
+					annex_params.put("type", "3");
 					annex_params.put("code", record.getStr("CHECKID"));
 					//附件类型1.mp4 2.pdf 3.jpeg 4.png
 					annex_params.put("annex_class_code", "4");
@@ -166,7 +166,7 @@ public class ViewController extends Controller {
 					}
 					Map<String, String> annex_params = new HashMap<>();
 					annex_params.put("institution_id", PropKit.get("institution_id"));
-					annex_params.put("type", "2");
+					annex_params.put("type", "3");
 					annex_params.put("code", record.getStr("CHECKID"));
 					annex_params.put("print_time", record.getStr("PRINTTIME"));
 					dService.savePrint(annex_params);