修改假期,节假日定时器

This commit is contained in:
史宗金 2025-01-24 09:17:10 +08:00
parent 3a049d808e
commit 8eb2c081c0
2 changed files with 5 additions and 2 deletions

View File

@ -89,6 +89,9 @@ public class WechatBean extends BaseBean {
private String toErrorRemake; private String toErrorRemake;
private String offErrorRemake; private String offErrorRemake;
private String toWorkErrorRemake;
private String offWorkErrorRemake;
/** /**
* 异常备注 * 异常备注
*/ */

View File

@ -70,12 +70,12 @@
ad.toWorkAttAddress, ad.toWorkAttAddress,
ad.toWorkAttCurrentTime, ad.toWorkAttCurrentTime,
sd1.dict_label as status, sd1.dict_label as status,
ad.toWorkErrorRemake as toErrorRemake, ad.toWorkErrorRemake,
ad.offWorkAttStatus, ad.offWorkAttStatus,
ad.offWorkAttAddress, ad.offWorkAttAddress,
ad.offWorkAttCurrentTime, ad.offWorkAttCurrentTime,
sd2.dict_label as statusOff, sd2.dict_label as statusOff,
ad.offWorkErrorRemake as offErrorRemake ad.offWorkErrorRemake
FROM FROM
v_att_update_data ad v_att_update_data ad
LEFT JOIN sys_user su ON ad.user_id = su.user_id LEFT JOIN sys_user su ON ad.user_id = su.user_id