Browse Source

实收信息修改

wangli 4 years ago
parent
commit
2ca05edf66

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

@@ -87,6 +87,8 @@
             max(users.name) as "createbyname",
             max(rece.create_date) as "transtime",
             max(rece.invoice_id) as "invoiceId",
+            max(canceltime) as "canceltime",
+            (select name from sc_user where id= max(reced.cancelperson)) as "cancelperson",
             rece.year as "year",
             rece.month as "month"
         from pay_pay_received rece