@ -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},
@ -44,7 +44,8 @@
#{scheduleType},
#{startTime},
#{endTime},
#{remark})
#{remark},
#{cacheFilePath})
</insert>
<update id="updateDownloadStatus" parameterType="com.glxp.api.entity.sync.BasicDownloadStatusEntity">