From 3a049d808eb50b0f7953c642b8da1536b77570ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=AE=97=E9=87=91?= <1203338439@qq.com> Date: Thu, 23 Jan 2025 19:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=81=87=E6=9C=9F=EF=BC=8C?= =?UTF-8?q?=E8=8A=82=E5=81=87=E6=97=A5=E5=AE=9A=E6=97=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/wechat/WechatMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/wechat/WechatMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/wechat/WechatMapper.xml index 03a3334..3ad39a5 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/wechat/WechatMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/wechat/WechatMapper.xml @@ -70,12 +70,12 @@ ad.toWorkAttAddress, ad.toWorkAttCurrentTime, sd1.dict_label as status, - ad.toErrorRemake, + ad.toWorkErrorRemake as toErrorRemake, ad.offWorkAttStatus, ad.offWorkAttAddress, ad.offWorkAttCurrentTime, sd2.dict_label as statusOff, - ad.offErrorRemake + ad.offWorkErrorRemake as offErrorRemake FROM v_att_update_data ad LEFT JOIN sys_user su ON ad.user_id = su.user_id