BOM推艾普MES优化
This commit is contained in:
		
							parent
							
								
									e90bce565a
								
							
						
					
					
						commit
						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);
 | 
				
			||||||
 | 
					                if (!data.isEmpty()) {
 | 
				
			||||||
                    pushData(data);
 | 
					                    pushData(data);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            } catch (BusinessException e) {
 | 
					            } catch (BusinessException e) {
 | 
				
			||||||
                ExceptionUtils.wrappException(e);
 | 
					                ExceptionUtils.wrappException(e);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue