added missing @Transactional to prevent committing without
needs-confirmation attribute
This commit is contained in:
parent
dd41a85087
commit
eb45dcf0f3
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ public class ClientInstructionDAOImpl implements ClientInstructionDAO {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public Result<ClientInstructionRecord> insert(
|
||||
final Long examId,
|
||||
final InstructionType type,
|
||||
|
|
Loading…
Reference in a new issue