haungfuli 3 년 전
부모
커밋
271aa684f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/CargoOwnerInfoMapper.xml

+ 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}