mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix syntax issue in get application call
This commit is contained in:
parent
017aa7af11
commit
6a52997a82
@ -137,7 +137,7 @@ public class Util {
|
|||||||
application.setSubType(rs.getString("APP_SUB_TYPE"));
|
application.setSubType(rs.getString("APP_SUB_TYPE"));
|
||||||
application.setPaymentCurrency(rs.getString("APP_CURRENCY"));
|
application.setPaymentCurrency(rs.getString("APP_CURRENCY"));
|
||||||
application.setStatus(rs.getString("APP_STATUS"));
|
application.setStatus(rs.getString("APP_STATUS"));
|
||||||
application.setAppRating(rs.getInt("APP_RATING)"));
|
application.setAppRating(rs.getInt("APP_RATING"));
|
||||||
application.setDeviceTypeId(rs.getInt("APP_DEVICE_TYPE_ID"));
|
application.setDeviceTypeId(rs.getInt("APP_DEVICE_TYPE_ID"));
|
||||||
} else {
|
} else {
|
||||||
ApplicationReleaseEntity appRelease = new ApplicationReleaseEntity();
|
ApplicationReleaseEntity appRelease = new ApplicationReleaseEntity();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user