## 看板复购金额重消处理调整;

This commit is contained in:
cabbage 2025-05-14 09:09:16 +08:00
parent 947b0c53c7
commit e310c2efb7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
) a
left join (
select nvl(sum(so.order_achieve), 0) rep_achieve,
nvl(sum(so.order_amount), 0) rep_amount
nvl(sum(so.order_amount - nvl(so.CONSUME_AMOUNT, 0)), 0) rep_amount
from sa_order so
where so.del_flag = 0
and so.order_status = 1