|
@@ -54,7 +54,7 @@
|
|
|
where id = #{id}
|
|
|
</select>
|
|
|
|
|
|
- <insert id="updateDocumentById" parameterType="com.example.nngkxxdp.entity.ImpressionNanan">
|
|
|
+ <update id="updateDocumentById" parameterType="com.example.nngkxxdp.entity.ImpressionNanan">
|
|
|
UPDATE impression_nanan
|
|
|
SET uploader_phone=#{uploaderPhone},
|
|
|
upload_time=#{uploadTime},
|
|
@@ -64,7 +64,7 @@
|
|
|
examine_state=#{examineState},
|
|
|
picture_description=#{pictureDescription}
|
|
|
WHERE id = #{id}
|
|
|
- </insert>
|
|
|
+ </update>
|
|
|
|
|
|
<delete id="deleteDocumentById">
|
|
|
DELETE
|