|
@@ -83,7 +83,7 @@ public abstract class GzwPushOpPlugin extends AbstractOperationServicePlugIn {
|
|
|
DynamicObject org = getBillOrg(bill);
|
|
DynamicObject org = getBillOrg(bill);
|
|
|
String dataFlag = GzwCommonUtils.getDataFlag(e.getOperationKey(), bill);
|
|
String dataFlag = GzwCommonUtils.getDataFlag(e.getOperationKey(), bill);
|
|
|
|
|
|
|
|
- // 处理每个数据集
|
|
|
|
|
|
|
+ // 处理每个资源代号
|
|
|
for (DatasetConfig config : datasetConfigs) {
|
|
for (DatasetConfig config : datasetConfigs) {
|
|
|
|
|
|
|
|
// 获取该数据集的数据
|
|
// 获取该数据集的数据
|
|
@@ -109,8 +109,7 @@ public abstract class GzwPushOpPlugin extends AbstractOperationServicePlugIn {
|
|
|
// 生成ZIP文件
|
|
// 生成ZIP文件
|
|
|
File zipFile = GzwCommonUtils.createZipFile(orgCode, ver, cusDateStr, xmlMap, allAttachFiles, apiCode);
|
|
File zipFile = GzwCommonUtils.createZipFile(orgCode, ver, cusDateStr, xmlMap, allAttachFiles, apiCode);
|
|
|
|
|
|
|
|
- // 推送并记录日志
|
|
|
|
|
-// pushToGzwPlatform(zipFile, billList, e);
|
|
|
|
|
|
|
+ // TODO 相同组织内的数据一起推送 推送并记录日志
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|