From 4840b592a5c88f83d4fd532ae07eb554eeb96201 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 2 Apr 2023 00:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8B=89=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java index edfe5511..7d6d9ffc 100644 --- a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java +++ b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java @@ -289,7 +289,7 @@ public class IdcServiceImpl implements IdcService { public BaseResponse downlaodSuccess(HttpServletRequest request,Map params) { - String sql = "update basic_upload_status set status='1' where taskId='"+params.get("taskId")+"'"; + String sql = "update basic_export_status set status='1' where id='"+params.get("taskId")+"'"; dbDao.update(sql); return ResultVOUtils.success(); }