zhubaomin
2024-08-29 6ff1146dd3e06d991e8bc246bb3e9f3644699254
pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeGeneralMapper.xml
@@ -216,7 +216,7 @@
        trade_amount AS tradeAmount,
        gift,
        refund_amount AS refundAmount,
        (trade_amount + gift + refund_amount) AS totalAmount,
        (trade_amount + gift - refund_amount) AS totalAmount,
        Date(operate_date) AS operateDate,
        (CASE
          WHEN audit_status = 1 THEN '未审核'