From 361956cab1795eae035101dfb86a9ad5c094b775 Mon Sep 17 00:00:00 2001 From: "kuang.yifei@iwhalecloud.com" Date: Sun, 10 Jul 2022 18:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E8=A6=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=88=E5=82=85=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/worker/WorkerBankMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghy-worker/src/main/resources/mapper/worker/WorkerBankMapper.xml b/ghy-worker/src/main/resources/mapper/worker/WorkerBankMapper.xml index 2307434c..d237985d 100644 --- a/ghy-worker/src/main/resources/mapper/worker/WorkerBankMapper.xml +++ b/ghy-worker/src/main/resources/mapper/worker/WorkerBankMapper.xml @@ -2,7 +2,7 @@ - + @@ -51,7 +51,7 @@ ) - SELECT * FROM worker_bank @@ -61,7 +61,7 @@ - SELECT * FROM worker_bank WHERE worker_id in ( #{ids} )