sql调整

master
wj 2 years ago
parent 6c44c6b690
commit 872c4e5167

@ -34,7 +34,7 @@
parameterType="com.glxp.api.entity.sync.BasicDownloadStatusEntity"> parameterType="com.glxp.api.entity.sync.BasicDownloadStatusEntity">
replace replace
INTO basic_download_status(id, taskId, idDatas, status, type, updateTime, scheduleType, startTime, INTO basic_download_status(id, taskId, idDatas, status, type, updateTime, scheduleType, startTime,
endTime, remark) endTime, remark,cacheFilePath)
values (#{id}, values (#{id},
#{taskId}, #{taskId},
#{idDatas}, #{idDatas},
@ -44,7 +44,8 @@
#{scheduleType}, #{scheduleType},
#{startTime}, #{startTime},
#{endTime}, #{endTime},
#{remark}) #{remark},
#{cacheFilePath})
</insert> </insert>
<update id="updateDownloadStatus" parameterType="com.glxp.api.entity.sync.BasicDownloadStatusEntity"> <update id="updateDownloadStatus" parameterType="com.glxp.api.entity.sync.BasicDownloadStatusEntity">

Loading…
Cancel
Save