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