|
|
@@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
a.real_name AS realName,
|
|
|
a.receipt_money AS receiptMoney,
|
|
|
dict.dict_label AS creditType,
|
|
|
+ '2' As type,
|
|
|
a.credit_time AS creditTime
|
|
|
FROM
|
|
|
t_xf_creditaccount a
|
|
|
@@ -75,6 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
b.real_name AS realName,
|
|
|
b.consume_money AS receiptMoney,
|
|
|
'在线消费' AS creditType,
|
|
|
+ '1' As type,
|
|
|
b.consume_date AS creditTime
|
|
|
FROM
|
|
|
t_xf_consumedetail b
|