|  | @@ -85,7 +85,7 @@
 | 
	
		
			
				|  |  |              max(rece.invoice_id) as "invoiceId",
 | 
	
		
			
				|  |  |              max(canceltime) as "canceltime",
 | 
	
		
			
				|  |  |              (select name from sc_user where id= max(rece.cancelperson)) as "cancelperson",
 | 
	
		
			
				|  |  | -            ifnull(rece.isprint,0) as "isprint",
 | 
	
		
			
				|  |  | +            ifnull(max(rece.isprint),0) as "isprint",
 | 
	
		
			
				|  |  |              rece.year as "year",
 | 
	
		
			
				|  |  |              rece.month as "month"
 | 
	
		
			
				|  |  |          from pay_pay_received rece
 |