From 131cbd614cd75d48fe32b1637da1fa4d6c42164e Mon Sep 17 00:00:00 2001 From: chenwei Date: Fri, 19 Jul 2024 14:08:55 +0800 Subject: [PATCH] update --- backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml b/backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml index 707b8b3..440c92f 100644 --- a/backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml +++ b/backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml @@ -66,6 +66,7 @@ SELECT REPLACE(UUID(), '-', '') as ID_,DATE_FORMAT(#{fDate,jdbcType=TIMESTAMP}, '%Y-%m-%d 00:00:00') as F_date,org.ID_ as F_org_id,org.NAME_ as F_org_name,orgParams.VALUE_ as F_org_type,org.ORDER_NO_ as F_order_no,'待复核' as F_insp_status_name FROM uc_org org JOIN uc_org_params orgParams on orgParams.ORG_ID_= org.ID_ + WHERE orgParams.VALUE_ !='' and orgParams.VALUE_ IS NOT NULL