From 03cd7ff503744bceb16e43842aa50281f63c70af Mon Sep 17 00:00:00 2001 From: donqi Date: Tue, 24 May 2022 13:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=B8=90?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E6=89=8B=E6=9C=BA=E5=8F=B7=20=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/customer/CustomerMapper.xml | 2 +- ghy-worker/src/main/resources/mapper/worker/WorkerMapper.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghy-custom/src/main/resources/mapper/customer/CustomerMapper.xml b/ghy-custom/src/main/resources/mapper/customer/CustomerMapper.xml index 839763dd..9a91d35e 100644 --- a/ghy-custom/src/main/resources/mapper/customer/CustomerMapper.xml +++ b/ghy-custom/src/main/resources/mapper/customer/CustomerMapper.xml @@ -82,7 +82,7 @@ - update costomer + update customer name = #{name}, account = #{account}, diff --git a/ghy-worker/src/main/resources/mapper/worker/WorkerMapper.xml b/ghy-worker/src/main/resources/mapper/worker/WorkerMapper.xml index 8eb1f629..ae020459 100644 --- a/ghy-worker/src/main/resources/mapper/worker/WorkerMapper.xml +++ b/ghy-worker/src/main/resources/mapper/worker/WorkerMapper.xml @@ -67,7 +67,7 @@ ) - + update worker account = #{account}, @@ -75,4 +75,4 @@ where worker_id = #{workerId} - \ No newline at end of file +