Browse Source

* bug 修改

顾绍勇 5 years ago
parent
commit
6235cfda48
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/redpack/TaRedPacketMapper.xml

+ 1
- 1
src/main/resources/mapper/redpack/TaRedPacketMapper.xml View File

186
         GROUP BY
186
         GROUP BY
187
         t.person_id,t.share_person_id
187
         t.person_id,t.share_person_id
188
         ORDER BY
188
         ORDER BY
189
-        t.visit_time  DESC
189
+        max(t.visit_time) DESC
190
     </select>
190
     </select>
191
 
191
 
192
 </mapper>
192
 </mapper>