| 
						
						
							
								
							
						
						
					 | 
					@ -61,10 +61,12 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            prd.* | 
					 | 
					 | 
					            prd.* | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        from ic_party_member_pay_record_detail prd | 
					 | 
					 | 
					        from ic_party_member_pay_record_detail prd | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        where prd.DEL_FLAG = 0 | 
					 | 
					 | 
					        where prd.DEL_FLAG = 0 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        AND CONCAT(prd.YEAR,'-',prd.MONTH) IN | 
					 | 
					 | 
					        <if test="monthList != null and monthList.size() > 0"> | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        <foreach collection="monthList" index="index" item="month" open="(" separator="," close=")"> | 
					 | 
					 | 
					            AND CONCAT(prd.YEAR,'-',prd.MONTH) IN | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					            #{month} | 
					 | 
					 | 
					            <foreach collection="monthList" index="index" item="month" open="(" separator="," close=")"> | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        </foreach> | 
					 | 
					 | 
					                #{month} | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            </foreach> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test='partyMemberId != "" and partyMemberId != null'> | 
					 | 
					 | 
					        <if test='partyMemberId != "" and partyMemberId != null'> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            and prd.PARTY_MEMBER_ID = #{partyMemberId} | 
					 | 
					 | 
					            and prd.PARTY_MEMBER_ID = #{partyMemberId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |