From 5e26d76dcb464ca390961e2ef9837b0c0801638b Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Fri, 28 Apr 2023 18:15:47 +0800 Subject: [PATCH] =?UTF-8?q?sql=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/sync/BasicDownloadDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/mapper/sync/BasicDownloadDao.xml b/src/main/resources/mybatis/mapper/sync/BasicDownloadDao.xml index 77b9bce8..4541d96f 100644 --- a/src/main/resources/mybatis/mapper/sync/BasicDownloadDao.xml +++ b/src/main/resources/mybatis/mapper/sync/BasicDownloadDao.xml @@ -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})