wangli vor 4 Jahren
Ursprung
Commit
a93d3a8a02

+ 1 - 1
smart-city-platform/src/main/resources/mapper/pay/PayPayReceivedMapper.xml

@@ -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