This commit is contained in:
huzhengkao 2025-06-13 17:36:19 +08:00
parent 6fe7696da9
commit 1e532ce353
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<mapper namespace="com.alihealth.d2d.provtest.mapper.DataStatisticsMapper"> <mapper namespace="com.alihealth.d2d.provtest.mapper.DataStatisticsMapper">
<select id="pageScanCode" resultType="com.alihealth.d2d.provtest.domain.vo.EnterpriseScanCode"> <select id="pageScanCode" resultType="com.alihealth.d2d.provtest.domain.vo.EnterpriseScanCode">
SELECT SELECT
sc.tyshxydm AS name, sc.tyshxydm AS socialCreditCode,
sc.qymc AS socialCreditCode, sc.qymc AS name,
sc.qylx AS type, sc.qylx AS type,
IFNULL(i.total_inbound, 0) AS totalInbound, IFNULL(i.total_inbound, 0) AS totalInbound,
IFNULL(o.total_outbound, 0) AS totalOutbound, IFNULL(o.total_outbound, 0) AS totalOutbound,