xierz 4 năm trước cách đây
mục cha
commit
fcdc208b19
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/net/mingsoft/cms/dao/IContentDao.xml

+ 1 - 1
src/main/java/net/mingsoft/cms/dao/IContentDao.xml

@@ -156,7 +156,7 @@
 		</select>
 
 		<!--根据实体获取-->
-		<select id="getByEntity" resultMap="resultMap" parameterType="net.mingsoft.cms.bean.ContentBean">
+		<select id="getByEntity" resultMap="resultMap" parameterType="net.mingsoft.cms.entity.ContentEntity">
 			select * from cms_content
 			<where>
 				del=0