fix operation id field issue

revert-70aa11f8
manoj 9 years ago
parent 3c99c9ec2c
commit 9f592f8a33

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

Loading…
Cancel
Save