|
|
@@ -101,10 +101,10 @@ public class SyncSignedFilesUtil {
|
|
|
JSONObject jsonData = jsonObject.getJSONObject("data");
|
|
|
saveAttachment(ctx, fileTabInfo, jsonData.getJSONArray("files"));
|
|
|
saveAttachment(ctx, fileTabInfo, jsonData.getJSONArray("attachments"));
|
|
|
+ //更新电子签全域状态总览表信息
|
|
|
+ info.setFivouchered(true);
|
|
|
+ iESignGlobalStatusOverview.updatePartial(info, updateSic);
|
|
|
}
|
|
|
- //更新电子签全域状态总览表信息
|
|
|
- info.setFivouchered(true);
|
|
|
- iESignGlobalStatusOverview.updatePartial(info, updateSic);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
throw new BOSException(e);
|