|
|
@ -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();
|
|
|
|