From 57a90faca83e873979fffe96d32f7ee8301e11ff Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Mon, 20 Jan 2025 16:39:01 +0800 Subject: [PATCH] =?UTF-8?q?bug=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mappers/business/backstage/HomeIndexMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/business/backstage/HomeIndexMapper.xml b/src/main/resources/mappers/business/backstage/HomeIndexMapper.xml index 1685672..e62ce86 100644 --- a/src/main/resources/mappers/business/backstage/HomeIndexMapper.xml +++ b/src/main/resources/mappers/business/backstage/HomeIndexMapper.xml @@ -202,7 +202,7 @@ CASE WHEN cpa.dispatch_num = 0 THEN '1' WHEN cpa.dispatch_num > 0 THEN '2' END AS dispatchStatus, - IFNULL( cpo.dispatch_num,0) dispatch_num,IFNULL(cpo.money,0) money + IFNULL( cpo.dispatch_num,0) dispatch_num,IFNULL(cpo.money,0) money, cs.name AS supName, cpa.code, if(csp.id is null,'未支付','已支付') payStatus