wuzeyu
2024-09-20 8e4ef1c73ab7e6840cc579d1bc4da767934ac020
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 '未审核'