hyx 2 年之前
父节点
当前提交
9d9482817d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      nngkxxdp/src/main/resources/mapper/YxnnDao.xml

+ 4 - 4
nngkxxdp/src/main/resources/mapper/YxnnDao.xml

@@ -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>