|  | @@ -85,7 +85,7 @@
 | 
												
													
														
															|  |              max(rece.invoice_id) as "invoiceId",
 |  |              max(rece.invoice_id) as "invoiceId",
 | 
												
													
														
															|  |              max(canceltime) as "canceltime",
 |  |              max(canceltime) as "canceltime",
 | 
												
													
														
															|  |              (select name from sc_user where id= max(rece.cancelperson)) as "cancelperson",
 |  |              (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.year as "year",
 | 
												
													
														
															|  |              rece.month as "month"
 |  |              rece.month as "month"
 | 
												
													
														
															|  |          from pay_pay_received rece
 |  |          from pay_pay_received rece
 |