Browse Source

no message

FengChaoYu 8 months ago
parent
commit
1b6c168dfe
1 changed files with 1 additions and 0 deletions
  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
             JOIN settle_daily_bank_account b ON aa.id_card = b.idcard
         ${ex.query}
+        GROUP BY a.company_wechat_id, a.idcard
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC
         </if>