Commit 131cbd614cd75d48fe32b1637da1fa4d6c42164e

Authored by 陈威
1 parent 600cfe77
Exists in master

update

backend/chkpower/src/main/resources/mapper/WDailyFundsMapper.xml
... ... @@ -66,6 +66,7 @@
66 66 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
67 67 FROM uc_org org
68 68 JOIN uc_org_params orgParams on orgParams.ORG_ID_= org.ID_
  69 + WHERE orgParams.VALUE_ !='' and orgParams.VALUE_ IS NOT NULL
69 70 </insert>
70 71  
71 72 <select id="selectWDailyFundsCount" resultType="java.lang.Integer">
... ...