1
This commit is contained in:
parent
1ee7cc6353
commit
d467d3a624
@ -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) {
|
||||
|
||||
@ -64,7 +64,8 @@ public class RzRestaurantStatisticsExportVo {
|
||||
/** 晚餐次数 */
|
||||
@Excel(name = "晚餐次数")
|
||||
private Long supperNumber;
|
||||
|
||||
@Excel(name = "福利晚餐次数")
|
||||
private Long benefitsSupperNumber;
|
||||
/** 晚餐个人总消费 */
|
||||
@Excel(name = "晚餐个人总消费")
|
||||
private BigDecimal supperPreSumExpend;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user