导包提交
This commit is contained in:
parent
96865b2c13
commit
27d8c31f3f
Binary file not shown.
@ -30,7 +30,6 @@ import com.actionsoft.sdk.local.SDK;
|
||||
import com.actionsoft.sdk.local.api.AppAPI;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.awspaas.apps.coe.pal.output.zd.report1.Report1Gener;
|
||||
import com.sini.com.spire.doc.*;
|
||||
import com.sini.com.spire.doc.collections.SectionCollection;
|
||||
import com.sini.com.spire.doc.documents.*;
|
||||
@ -401,7 +400,7 @@ public class OutputWordUtil {
|
||||
String[][] strArray2 = new String[versionHistoryTable.size()][];
|
||||
List<String[]> list = new LinkedList<>();
|
||||
for (int i = 0; i < versionHistoryTable.size(); i++) {
|
||||
JSONObject jsonObject = versionHistoryTable.getJSONObject(0);
|
||||
JSONObject jsonObject = versionHistoryTable.getJSONObject(i);
|
||||
String[] strArray = new String[8];
|
||||
strArray[0] = jsonObject.getString("versions").toString();
|
||||
strArray[1] = jsonObject.getString("Issuing_department").toString();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user