优化
This commit is contained in:
@ -330,10 +330,10 @@ public class WgzLeaveServiceImpl extends ServicePlusImpl<WgzLeaveMapper, WgzLeav
|
|||||||
attendanceService.save(wgzAttendance);
|
attendanceService.save(wgzAttendance);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(AuditStatus.getAudit().contains(dto.getAuditorType())){{
|
||||||
//处理消息
|
//处理消息
|
||||||
iBgtMessageService.operation(USERTYPE_WGZ, wgzLeave.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), wgzLeave.getId(),SqlHelper.table(WgzLeave.class).getTableName());
|
iBgtMessageService.operation(USERTYPE_WGZ, wgzLeave.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), wgzLeave.getId(),SqlHelper.table(WgzLeave.class).getTableName());
|
||||||
|
}}
|
||||||
return updateById(wgzLeave);
|
return updateById(wgzLeave);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -447,8 +447,11 @@ public class WgzPayCalculationServiceImpl extends ServicePlusImpl<WgzPayCalculat
|
|||||||
.setMessageLargeType(LARGE_SALARY);
|
.setMessageLargeType(LARGE_SALARY);
|
||||||
wgzMessageService.sendAMessage(wgzMessage);
|
wgzMessageService.sendAMessage(wgzMessage);
|
||||||
|
|
||||||
//处理消息
|
if(AuditStatus.getAudit().contains(dto.getAuditorType())){{
|
||||||
iBgtMessageService.operation(USERTYPE_WGZ, payCalculation.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), payCalculation.getId(),SqlHelper.table(WgzPayCalculation.class).getTableName());
|
//处理消息
|
||||||
|
iBgtMessageService.operation(USERTYPE_WGZ, payCalculation.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), payCalculation.getId(),SqlHelper.table(WgzPayCalculation.class).getTableName());
|
||||||
|
}}
|
||||||
|
|
||||||
|
|
||||||
return updateById(payCalculation);
|
return updateById(payCalculation);
|
||||||
}
|
}
|
||||||
|
@ -291,8 +291,10 @@ public class WgzReissueacardServiceImpl extends ServicePlusImpl<WgzReissueacardM
|
|||||||
.setMessageSmallType(SMALL_CARD);
|
.setMessageSmallType(SMALL_CARD);
|
||||||
wgzMessageService.sendAMessage(wgzMessage);
|
wgzMessageService.sendAMessage(wgzMessage);
|
||||||
|
|
||||||
//处理消息
|
if(AuditStatus.getAudit().contains(dto.getAuditorType())){
|
||||||
iBgtMessageService.operation(USERTYPE_WGZ, byId.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), byId.getId(),SqlHelper.table(WgzReissueacard.class).getTableName());
|
//处理消息
|
||||||
|
iBgtMessageService.operation(USERTYPE_WGZ, byId.getUserId(), USERTYPE_BGT, SecurityUtils.getAppUserId(), byId.getId(),SqlHelper.table(WgzReissueacard.class).getTableName());
|
||||||
|
}
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user