Commit ae3238784a6be93f1ea1a2198d61d112d1568463

Authored by litao@lymsh.com
1 parent 6d400b608f

写bug

Showing 1 changed file with 0 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ ae32387
... ... @@ -707,7 +707,6 @@
707 707 ) a group by a.user_id
708 708 </select>
709 709  
710   -
711 710 <select id="findUserSendInfoByUids" resultType="map" parameterType="map">
712 711 select a.create_hospital_id, a.user_id, a.create_date, a.send_hospital, b.name as doctoer_name from (
713 712 select distinct(a.create_hospital_id), a.user_id, DATE_FORMAT(a.create_date, '%Y-%m-%d') as create_date, d.name as send_hospital, a.create_user_id