Compare commits
2 Commits
c9a1cbcea0
...
b207feb8e7
Author | SHA1 | Date |
---|---|---|
|
b207feb8e7 | |
|
643a469ef2 |
|
@ -40,7 +40,9 @@ public class BomSaveAfterEpicMesRule implements IRule<AggBomVO> {
|
|||
try {
|
||||
configParams = MyHelper.getConfigParams("Dldz-config", null);
|
||||
JSONArray data = buildSyncData(vos);
|
||||
pushData(data);
|
||||
if (!data.isEmpty()) {
|
||||
pushData(data);
|
||||
}
|
||||
} catch (BusinessException e) {
|
||||
ExceptionUtils.wrappException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue