xucaiqin 2 лет назад
Родитель
Сommit
30fb99d64d

+ 16 - 16
sckw-modules/sckw-payment/src/main/resources/mapper/KwpSettlementTradeMapper.xml

@@ -78,10 +78,10 @@
                cast(kst.actual_price as char)                     actualPrice,
                cast(kst.total_price as char)                      totalPrice,
                cast((kst.total_price - kst.actual_price) as char) waitPrice,
-               kst.audit_user,
-               kst.audit_phone,
-               kst.success_user,
-               kst.success_phone,
+               kst.audit_user                                     auditUser,
+               kst.audit_phone                                    auditPhone,
+               kst.success_user                                   successUser,
+               kst.success_phone                                  successPhone,
                kst.create_time,
                kst.t_ledger_id,
                klt.id                                             ledgerId,
@@ -204,10 +204,10 @@
                cast(kst.actual_price as char)                     actualPrice,
                cast(kst.total_price as char)                      totalPrice,
                cast((kst.total_price - kst.actual_price) as char) waitPrice,
-               kst.audit_user,
-               kst.audit_phone,
-               kst.success_user,
-               kst.success_phone,
+               kst.audit_user                                     auditUser,
+               kst.audit_phone                                    auditPhone,
+               kst.success_user                                   successUser,
+               kst.success_phone                                  successPhone,
                kst.create_time,
                kst.t_ledger_id,
                klt.id                                             ledgerId,
@@ -234,10 +234,10 @@
                cast(kst.actual_price as char)                     actualPrice,
                cast(kst.total_price as char)                      totalPrice,
                cast((kst.total_price - kst.actual_price) as char) waitPrice,
-               kst.audit_user,
-               kst.audit_phone,
-               kst.success_user,
-               kst.success_phone,
+               kst.audit_user                                     auditUser,
+               kst.audit_phone                                    auditPhone,
+               kst.success_user                                   successUser,
+               kst.success_phone                                  successPhone,
                kst.create_time,
                kst.t_ledger_id,
                klt.id                                             ledgerId,
@@ -278,10 +278,10 @@
                cast(kst.actual_price as char)                     actualPrice,
                cast(kst.total_price as char)                      totalPrice,
                cast((kst.total_price - kst.actual_price) as char) waitPrice,
-               kst.audit_user,
-               kst.audit_phone,
-               kst.success_user,
-               kst.success_phone,
+               kst.audit_user                                     auditUser,
+               kst.audit_phone                                    auditPhone,
+               kst.success_user                                   successUser,
+               kst.success_phone                                  successPhone,
                kst.create_time,
                kst.t_ledger_id,
                klt.id                                             ledgerId,