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