Browse Source

补充提交

dev_shibei_match
zhangyongzhangyong 5 years ago
parent
commit
71ee86f2d7
  1. 1
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActUserRelationServiceImpl.java

1
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActUserRelationServiceImpl.java

@ -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());

Loading…
Cancel
Save