Browse Source

01-20 消费查询price除一百

lijianlin/feature-20260113-现金管理0109^2
lijianlin 1 month ago
parent
commit
a84b1fce20
  1. 2
      src/main/resources/mapper/ConsumeMapper.xml

2
src/main/resources/mapper/ConsumeMapper.xml

@ -88,7 +88,7 @@
a.admin_name AS adminName,
ugr.create_time AS createTime,
ugr.is_refund AS isRefund,
ugr.price AS price
COALESCE( ugr.price,0)/100 AS price
FROM user_gold_record ugr
left JOIN
user u ON u.jwcode = ugr.jwcode

Loading…
Cancel
Save