|  | @@ -1361,6 +1361,12 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
 | 
	
		
			
				|  |  |                              });
 | 
	
		
			
				|  |  |                              if (ele.size() < relyList.size()) {
 | 
	
		
			
				|  |  |                                  tec.getLog().put(FormulaLog.RELY, fd.getCode() + "@" + fd.getEName() + "@" + fd.getFormula().getFormula().replaceAll("'", ""));
 | 
	
		
			
				|  |  | +                                fd.getValues().forEach(e->e.setValue(null));
 | 
	
		
			
				|  |  | +                                FormData formData = tec.getFormDataMap().get(fd.getCode());
 | 
	
		
			
				|  |  | +                                if(formData!=null){
 | 
	
		
			
				|  |  | +                                    formData.getValues().forEach(e->e.setValue(null));
 | 
	
		
			
				|  |  | +                                    formData.setUpdate(1);
 | 
	
		
			
				|  |  | +                                }
 | 
	
		
			
				|  |  |                                  continue;
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  |                              if (fd.getCoordsList().size() > 1 && f.split("[/+\\-*]").length > 1) {
 |