Ver Fonte

数据去重

yumeng há 2 anos atrás
pai
commit
1f43aba54f

+ 3 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -624,7 +624,9 @@
                       'supplyChain',
                       'commodityManagement',
                       'supplyChainAdmin'
-    ) order  by t3.create_time asc
+    )
+     group by t3.user_id
+     order  by t3.create_time asc
 
     </select>
     <select id="adminReportList" resultType="com.alibaba.fastjson.JSONObject">