|
|
@ -156,7 +156,7 @@ public class CommandOperationDAOImpl extends OperationDAOImpl {
|
|
|
|
|
|
|
|
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
|
|
|
|
|
|
|
|
|
operationId = rs.getInt("ID");
|
|
|
|
operationId = rs.getInt("OPERATION_ID");
|
|
|
|
operation = super.getOperation(operationId);
|
|
|
|
operation = super.getOperation(operationId);
|
|
|
|
operation.setEnabled(rs.getInt("ENABLED") == 0?false:true);
|
|
|
|
operation.setEnabled(rs.getInt("ENABLED") == 0?false:true);
|
|
|
|
operationList.add(operation);
|
|
|
|
operationList.add(operation);
|
|
|
|