mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fix operation id field issue
This commit is contained in:
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…
Reference in New Issue
Block a user