|  |  | @ -41,9 +41,12 @@ public class ReplaceBatch extends AbstractMethod { | 
			
		
	
		
		
			
				
					
					|  |  |  |         KeyGenerator keyGenerator = new NoKeyGenerator(); |  |  |  |         KeyGenerator keyGenerator = new NoKeyGenerator(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         CustomerSqlMethod sqlMethod = CustomerSqlMethod.REPLACE_ONE; |  |  |  |         CustomerSqlMethod sqlMethod = CustomerSqlMethod.REPLACE_ONE; | 
			
		
	
		
		
			
				
					
					|  |  |  |         List<TableFieldInfo> fieldList = tableInfo.getFieldList(); |  |  |  |         List<TableFieldInfo> fieldList = tableInfo.getFieldList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String insertSqlColumn = tableInfo.getKeyInsertSqlColumn(true, true) + |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 this.filterTableFieldInfo(fieldList, predicate, TableFieldInfo::getInsertSqlColumn, EMPTY); |  |  |  |         String columnScript = SqlScriptUtils.convertTrim(tableInfo.getAllInsertSqlColumnMaybeIf(null), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         String columnScript = LEFT_BRACKET + insertSqlColumn.substring(0, insertSqlColumn.length() - 1) + RIGHT_BRACKET; |  |  |  |                 LEFT_BRACKET, RIGHT_BRACKET, null, COMMA); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //        String insertSqlColumn = tableInfo.getKeyInsertSqlColumn(true, true) +
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //                this.filterTableFieldInfo(fieldList, predicate, TableFieldInfo::getInsertSqlColumn, EMPTY);
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //        String columnScript = LEFT_BRACKET + insertSqlColumn.substring(0, insertSqlColumn.length() - 1) + RIGHT_BRACKET;
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         String insertSqlProperty = tableInfo.getKeyInsertSqlProperty(true, ENTITY_DOT, true) + |  |  |  |         String insertSqlProperty = tableInfo.getKeyInsertSqlProperty(true, ENTITY_DOT, true) + | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.filterTableFieldInfo(fieldList, predicate, i -> i.getInsertSqlProperty(ENTITY_DOT), EMPTY); |  |  |  |                 this.filterTableFieldInfo(fieldList, predicate, i -> i.getInsertSqlProperty(ENTITY_DOT), EMPTY); | 
			
		
	
		
		
			
				
					
					|  |  |  |         insertSqlProperty = LEFT_BRACKET + insertSqlProperty.substring(0, insertSqlProperty.length() - 1) + RIGHT_BRACKET; |  |  |  |         insertSqlProperty = LEFT_BRACKET + insertSqlProperty.substring(0, insertSqlProperty.length() - 1) + RIGHT_BRACKET; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |