mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix error in unmanaged app uninstall
This commit is contained in:
parent
40a59ba86c
commit
19206b13c4
@ -941,7 +941,7 @@ public class GenericSubscriptionDAOImpl extends AbstractDAOImpl implements Subsc
|
||||
"ON " +
|
||||
"AP_DEVICE_SUBSCRIPTION.AP_APP_RELEASE_ID = AP_APP_RELEASE.AP_APP_ID " +
|
||||
"WHERE PACKAGE_NAME = ? " +
|
||||
"AND DM_DEVICE_ID = ?" +
|
||||
"AND DM_DEVICE_ID = ? " +
|
||||
"AND UNSUBSCRIBED = 'FALSE' " +
|
||||
"AND STATUS = 'COMPLETED';";
|
||||
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user