| | |
| | | cardNum, |
| | | IFNULL(ope.card_cost,0) AS cardCost, |
| | | IFNULL(ope.trade_amount, 0) AS amount, |
| | | IFNULL(ope.gift, 0) AS gift, |
| | | IFNULL(ope.refund_amount, 0) AS refundAmount, |
| | | (IFNULL(ope.money, 0) + IFNULL(ope.trade_amount, 0)) AS afterRecharge, |
| | | (IFNULL(ope.money, 0) + IFNULL(ope.trade_amount, 0) + IFNULL(ope.gift, 0)) AS afterRecharge, |
| | | pay.name AS paymentName, |
| | | ope.price, |
| | | us.name AS opr, |
| | |
| | | IFNULL(ope.card_cost,0.00) AS cardCost, |
| | | IFNULL(ope.gift,0.00) AS gift, |
| | | IFNULL(ope.refund_amount,0.00) AS refundAmount, |
| | | ope.money, |
| | | <!--ope.money,--> |
| | | (IFNULL(ope.money, 0) + IFNULL(ope.trade_amount, 0) + IFNULL(ope.gift, 0)) AS money, |
| | | pay.name AS paymentName, |
| | | ope.operate_dt as tradeTime, |
| | | us.id AS cashierId, |