Compare commits
	
		
			No commits in common. "b207feb8e7271e8dbd98ead2a578bbc75687553f" and "c9a1cbcea08a04a0d5e42ca654252f7fa11943e9" have entirely different histories.
		
	
	
		
			b207feb8e7
			...
			c9a1cbcea0
		
	
		| 
						 | 
					@ -40,9 +40,7 @@ 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