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