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