|  | @@ -162,7 +162,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |              const result = await this.db.update(this.tableName, {
 | 
	
		
			
				|  |  |                  id: id, fun_rela: JSON.stringify({
 | 
	
		
			
				|  |  |                      banOver: data.banOver, hintOver: data.hintOver,
 | 
	
		
			
				|  |  | -                    imType: data.imType
 | 
	
		
			
				|  |  | +                    imType: data.imType, needGcl: data.needGcl,
 | 
	
		
			
				|  |  |                  }),
 | 
	
		
			
				|  |  |              });
 | 
	
		
			
				|  |  |              return result.affectedRows === 1;
 |