From 8d7ad9dd0de48a6306c45144219ade3e43b4e8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=AE=87=E5=A5=87?= Date: Tue, 5 Aug 2025 20:38:43 +0800 Subject: [PATCH] fix --- xkt/src/main/resources/mapper/InternalAccountMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkt/src/main/resources/mapper/InternalAccountMapper.xml b/xkt/src/main/resources/mapper/InternalAccountMapper.xml index 8dfd573e8..7d6621934 100644 --- a/xkt/src/main/resources/mapper/InternalAccountMapper.xml +++ b/xkt/src/main/resources/mapper/InternalAccountMapper.xml @@ -56,7 +56,7 @@ '鞋库通平台发货' trans_target, '支付宝' pay_type, IF(fb.src_type = 1, fb.trans_amount, 0) output_amount, - IF(fb.src_type = 2, fb.trans_amount, 0) input_amount + IF(fb.src_type = 4, fb.trans_amount, 0) input_amount FROM finance_bill fb LEFT JOIN store_order so ON fb.rel_id = so.id AND fb.src_type IN (1, 4)