haungfuli 3 gadi atpakaļ
vecāks
revīzija
271aa684f0

+ 1 - 1
winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/CargoOwnerInfoMapper.xml

@@ -94,7 +94,7 @@
             AND (lower(o.name) like lower(CONCAT('%',#{searchKeyWord},'%'))
             OR lower(o.phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
-        GROUP BY o.common_id
+        GROUP BY c.phone
         ORDER BY o.authentication_status_key ASC,o.update_date DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}