|
@@ -15,7 +15,7 @@
|
|
|
picture_type,
|
|
|
examine_state,
|
|
|
picture_description,
|
|
|
- pictur_title,
|
|
|
+ picture_title,
|
|
|
picture_author
|
|
|
FROM impression_nanan
|
|
|
<where>
|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
<insert id="saveDocumetIn" parameterType="com.example.nngkxxdp.entity.ImpressionNanan">
|
|
|
INSERT INTO impression_nanan (uploader_phone, upload_time, update_time, url_address, picture_type,
|
|
|
- examine_state,picture_description,pictur_title,picture_author)
|
|
|
+ examine_state,picture_description,picture_title,picture_author)
|
|
|
VALUES (#{uploaderPhone},
|
|
|
#{uploadTime},
|
|
|
#{updateTime},
|
|
@@ -53,7 +53,7 @@
|
|
|
picture_type,
|
|
|
examine_state,
|
|
|
picture_description,
|
|
|
- pictur_title,
|
|
|
+ picture_title,
|
|
|
picture_author
|
|
|
FROM impression_nanan
|
|
|
where id = #{id}
|
|
@@ -68,7 +68,7 @@
|
|
|
picture_type=#{pictureType},
|
|
|
examine_state=#{examineState},
|
|
|
picture_description=#{pictureDescription},
|
|
|
- pictur_title=#{pictureTitle},
|
|
|
+ picture_title=#{pictureTitle},
|
|
|
picture_author=#{pictureAuthor}
|
|
|
WHERE id = #{id}
|
|
|
</update>
|