Compare commits

...

2 Commits

Author SHA1 Message Date
mzr b207feb8e7 Merge remote-tracking branch 'origin/main' 2025-09-08 15:30:46 +08:00
mzr 643a469ef2 BOM推艾普MES优化 2025-09-08 15:30:38 +08:00
1 changed files with 3 additions and 1 deletions

View File

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