Explorar el Código

bug 合并到主干

weichaochao hace 5 años
padre
commit
4102a34a84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml

+ 1
- 1
src/main/resources/mapper/TaActivityDynamicEnlistMapper.xml Ver fichero

@@ -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