| 
					
					
						
							
						
					
					
				 | 
				@ -11,7 +11,12 @@ import java.util.List; | 
			
		
		
	
		
			
				 | 
				 | 
				@Mapper | 
				 | 
				 | 
				@Mapper | 
			
		
		
	
		
			
				 | 
				 | 
				public interface UserMapper { | 
				 | 
				 | 
				public interface UserMapper { | 
			
		
		
	
		
			
				 | 
				 | 
				    @Select({ | 
				 | 
				 | 
				    @Select({ | 
			
		
		
	
		
			
				 | 
				 | 
				            "select jwcode from user where jwcode=#{jwcode}" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "<script>", | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "select jwcode from user", | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "<where>", | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "<if test='jwcode!=null and jwcode.length>0'>and jwcode=#{jwcode}</if>", | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "</where>", | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            "</script>" | 
			
		
		
	
		
			
				 | 
				 | 
				    }) | 
				 | 
				 | 
				    }) | 
			
		
		
	
		
			
				 | 
				 | 
				    List<String> selectJwcode(); | 
				 | 
				 | 
				    List<String> selectJwcode(); | 
			
		
		
	
		
			
				 | 
				 | 
				    @Select({ | 
				 | 
				 | 
				    @Select({ | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |