select  t.* from 
  (select * from 
  myt_market_class_draw_img where uid = #{uid} and clz_id = #{clzId} and clz_type = #{clzType}     and delete_flag = 1 order by insertTime desc
  ) t GROUP BY play_id ORDER BY insertTime DESC

 条件写在内部

相关文章:

  • 2021-09-13
  • 2022-12-23
  • 2021-12-23
  • 2021-09-03
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案