update
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
content
|
||||
</sql>
|
||||
<insert id="insertSelective" keyColumn="id" keyProperty="record.id" useGeneratedKeys="true">
|
||||
insert into hy_content_info_${enterpriseId}
|
||||
insert into hy_content_info
|
||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||
<if test="record.contentTitle != null">
|
||||
content_title,
|
||||
@@ -98,7 +98,7 @@
|
||||
</trim>
|
||||
</insert>
|
||||
<update id="updateByPrimaryKeySelective">
|
||||
update hy_content_info_${enterpriseId}
|
||||
update hy_content_info
|
||||
<set>
|
||||
<if test="record.contentTitle != null">
|
||||
content_title = #{record.contentTitle},
|
||||
|
||||
Reference in New Issue
Block a user