ソースを参照

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