This commit is contained in:
andy 2026-02-14 09:59:37 +08:00
parent 1ee7cc6353
commit d467d3a624
2 changed files with 3 additions and 2 deletions

View File

@ -525,7 +525,7 @@ public class RzAttendanceServiceImpl extends ServiceImpl<RzAttendanceMapper, RzA
protected void sendAttendanceDetail(String userName, String pushName, String deptName, String openId){
try {
if(StringUtils.isNotEmpty(openId)){
String res = sendClientService.sendAbnormalAttendance(deptName,userName, "长时间未打卡", new Date(), openId);
String res = sendClientService.sendAbnormalAttendance(deptName,userName, "昨天下班未打卡", new Date(), openId);
log.info("日常推送>>>>>>>>>>>>>>>员工:{}, 部门:{}, 推送人员:{}, 推送结果:{}", userName, deptName, pushName, res);
}
} catch (Exception e) {

View File

@ -64,7 +64,8 @@ public class RzRestaurantStatisticsExportVo {
/** 晚餐次数 */
@Excel(name = "晚餐次数")
private Long supperNumber;
@Excel(name = "福利晚餐次数")
private Long benefitsSupperNumber;
/** 晚餐个人总消费 */
@Excel(name = "晚餐个人总消费")
private BigDecimal supperPreSumExpend;