From ffce31e79ae5fcd88807ba4d8b30a3f3f1621d3d Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Tue, 5 Jul 2022 15:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=90=8C=E6=AD=A5=E6=97=B6?= =?UTF-8?q?=E8=A1=A5=E5=8D=95=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B=E6=97=A0?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/glxp/api/admin/thread/DlBasicService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-admin/src/main/java/com/glxp/api/admin/thread/DlBasicService.java b/api-admin/src/main/java/com/glxp/api/admin/thread/DlBasicService.java index 13b0a9fc..f9ce8547 100644 --- a/api-admin/src/main/java/com/glxp/api/admin/thread/DlBasicService.java +++ b/api-admin/src/main/java/com/glxp/api/admin/thread/DlBasicService.java @@ -385,7 +385,7 @@ public class DlBasicService { BussinessLocalTypeEntity bussinessTypeEntity = new BussinessLocalTypeEntity(); BeanUtils.copyProperties(spsBusLoclTypeResponse, bussinessTypeEntity); bussinessTypeEntity.setUpdateTime(null); - bussinessChangeTypeService.deleteByAction(spsBusLoclTypeResponse.getAction()); + bussinessChangeTypeService.deleteByLocaAction(spsBusLoclTypeResponse.getAction()); mapper.insertBussinessType(bussinessTypeEntity); } batchSession.commit();