This commit is contained in:
parent
6fe7696da9
commit
1e532ce353
|
@ -3,8 +3,8 @@
|
|||
<mapper namespace="com.alihealth.d2d.provtest.mapper.DataStatisticsMapper">
|
||||
<select id="pageScanCode" resultType="com.alihealth.d2d.provtest.domain.vo.EnterpriseScanCode">
|
||||
SELECT
|
||||
sc.tyshxydm AS name,
|
||||
sc.qymc AS socialCreditCode,
|
||||
sc.tyshxydm AS socialCreditCode,
|
||||
sc.qymc AS name,
|
||||
sc.qylx AS type,
|
||||
IFNULL(i.total_inbound, 0) AS totalInbound,
|
||||
IFNULL(o.total_outbound, 0) AS totalOutbound,
|
||||
|
|
Loading…
Reference in New Issue