|
|
|
@ -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">
|
|
|
|
|