Compare commits

..

No commits in common. "b207feb8e7271e8dbd98ead2a578bbc75687553f" and "c9a1cbcea08a04a0d5e42ca654252f7fa11943e9" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -40,9 +40,7 @@ public class BomSaveAfterEpicMesRule implements IRule<AggBomVO> {
try {
configParams = MyHelper.getConfigParams("Dldz-config", null);
JSONArray data = buildSyncData(vos);
if (!data.isEmpty()) {
pushData(data);
}
pushData(data);
} catch (BusinessException e) {
ExceptionUtils.wrappException(e);
}