11.14批量生成裁决书

This commit is contained in:
hejinbo
2023-11-14 14:42:10 +08:00
parent 0a7bf5b54d
commit dac20a4a04
9 changed files with 144 additions and 171 deletions
@@ -186,6 +186,7 @@ public class FixSelectFlowDetailUtils {
int realnameStatus = identifyInfoData.get("realnameStatus").getAsInt();
if (realnameStatus == 1) {
String orgId = identifyInfoData.get("orgId").getAsString();
System.out.println("这是orgId"+orgId+"=======================");
EsignHttpResponse identifyInfo1 = SignAward.deptIdentifySealList(orgId);
//将orgId保存到数据库里
DeptIdentify deptIdentifynew = deptIdentifysnew.get(i);
@@ -355,6 +356,7 @@ public class FixSelectFlowDetailUtils {
}
}
}*/
}