Commit 80393951 authored by chenyuxi's avatar chenyuxi

feat: 不购买商险人员离职

parent 66fbb0ad
......@@ -423,7 +423,7 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance
submitAuditRecord.setEntityName(tInsuranceUnpurchaseApply.getApplyNo());
auditRecordService.save(submitAuditRecord);
}
if(CommonConstants.TWO_STRING.equals(tInsuranceUnpurchaseApply.getReasonType())){
if(CommonConstants.TWO_STRING.equals(tInsuranceUnpurchaseApply.getReasonType()) && CommonConstants.THREE_STRING.equals(tInsuranceUnpurchaseApply.getStatus())){
// 是“人员已离职”并且 申请已审核通过
// 记录提交审核日志
TAuditRecord submitAuditRecord = new TAuditRecord();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment