|
|
@ -371,7 +371,6 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
} else { |
|
|
|
entity.setStatus(ActConstant.ACT_USER_STATUS_PASSED); |
|
|
|
entity.setPassedType(ActConstant.PASSEDTYPE_AUTO); |
|
|
|
entity.setProcessFlag(ActConstant.HANDLED); |
|
|
|
entity.setAuditTime(new Date()); |
|
|
|
} |
|
|
|
Integer operationCount = baseDao.selectCountByActIdAndUserId(formDTO.getActId(), formDTO.getUserId()); |
|
|
|