Browse Source

修改:个人中心-我创建的话题(已转项目)增加时间排序

dev_shibei_match
wxz 5 years ago
parent
commit
a3ff8aea25
  1. 1
      epmet-module/gov-project/gov-project-server/src/main/resources/mapper/ProjectDao.xml

1
epmet-module/gov-project/gov-project-server/src/main/resources/mapper/ProjectDao.xml

@ -241,6 +241,7 @@
and p.CUSTOMER_ID=#{customerId}
and p.DEL_FLAG=0
and SOURCE_TYPE = 'topic'
order by p.CREATED_TIME desc
</select>
</mapper>
Loading…
Cancel
Save