瀏覽代碼

Merge remote-tracking branch 'origin/test' into test

yangzian 3 年之前
父節點
當前提交
6b093024aa

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/channel/mapper/xml/KuaishouChannelMapper.xml

@@ -357,7 +357,7 @@
         AND t1.channel_state = 1
         AND t1.account_id = #{accountId}
         AND t2.app_name = #{appName}
-
+      GROUP BY   t1.id
       ORDER BY
       t1.create_time DESC
   </select>