sql调整

master
wj 2 years ago
parent 3bb024b549
commit 5e26d76dcb

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

Loading…
Cancel
Save