zqy 1 mese fa
parent
commit
595a4d3602

+ 3 - 3
src/com/kingdee/eas/custom/esign/util/SyncSignedFilesUtil.java

@@ -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);