Browse Source

新闻返回id

lyhzzz 3 năm trước cách đây
mục cha
commit
a60c983619
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/mapper/manage/NewsMapper.xml

+ 1 - 0
src/main/resources/mapper/manage/NewsMapper.xml

@@ -4,6 +4,7 @@
 
   <select id="pageNews" resultType="com.fdkankan.manage.vo.PageNewsVO">
     SELECT
+    n.`id`,
     n.`title`,
     n.`source`,
     n.`new_type`,