sql调整

master
wj 2 years ago
parent 3bb024b549
commit 5e26d76dcb

@ -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},
@ -43,7 +43,7 @@
#{updateTime}, #{updateTime},
#{scheduleType}, #{scheduleType},
#{startTime}, #{startTime},
#{endTime}, #{remark}) #{endTime}, #{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