소스 검색

bug 合并到主干

weichaochao 5 년 전
부모
커밋
4102a34a84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml

+ 1
- 1
src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml 파일 보기

@@ -29,7 +29,7 @@
29 29
                         and tade.phone like CONCAT('%',#{phone}, '%')
30 30
                     </if>
31 31
                 </where>
32
-
32
+            GROUP BY tade.person_id
33 33
 
34 34
         </select>
35 35