server/service/src/main/java/com/doumee/service/business/impl/InsuranceApplyServiceImpl.java
@@ -738,7 +738,7 @@ ApplyChange update = new ApplyChange(); update.setEditDate(new Date()); update.setEditor(model.getCreator()); update.setStatus(Constants.ApplyChangeStatus.COMPANY_SIGN.getKey()); update.setStatus(Constants.ApplyChangeStatus.SIGNATURE.getKey()); update.setCheckDate(update.getEditDate()); update.setCheckInfo("企业完成签署人员名单"); update.setCheckUserId(model.getCreator());