pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/common/ComSv.java
@@ -62,6 +62,7 @@ * @param intakeId * @return */ @Transactional(rollbackFor = Exception.class) public PrCommonIntakes addOrUpdateOftenUseIntake(Long operatorId, Long intakeId) { PrCommonIntakes po = prCommonIntakesDao.selectByOperatorAndIntake(operatorId, intakeId); if(po == null) {