Browse Source

bug 合并到主干

weichaochao 5 years ago
parent
commit
4102a34a84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml

+ 1
- 1
src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml View File

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