浏览代码

no message

FengChaoYu 9 月之前
父节点
当前提交
1b6c168dfe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 0
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -1198,6 +1198,7 @@
             ) aa ON a.worker_number = aa.worker_number
             ) aa ON a.worker_number = aa.worker_number
             JOIN settle_daily_bank_account b ON aa.id_card = b.idcard
             JOIN settle_daily_bank_account b ON aa.id_card = b.idcard
         ${ex.query}
         ${ex.query}
+        GROUP BY a.company_wechat_id, a.idcard
         <if test="ex.orderBy == null or ex.orderBy ==''">
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC
             ORDER BY a.create_time DESC
         </if>
         </if>