master
ck 5 years ago
parent 76c9208f6b
commit 3d99785109

@ -4,7 +4,7 @@
<insert id="addArticle" parameterType="com.jingcheng.cms.model.Article">
INSERT INTO article(`title`,`first_category_name`,`second_category_name`,`keyword`,`file_type`,`content`,`state`,`describe`)
values (#{title},#{firstCategoryName},#{secondCategoryName},#{keyword},#{fileType},#{content},#{state},#{describe})
values (#{title},#{firstCategory},#{secondCategory},#{keyword},#{fileType},#{content},#{state},#{describe})
</insert>
<select id="getArticleListByCondition" resultType="com.jingcheng.cms.vo.ArticleVo">

Loading…
Cancel
Save