|
|
@ -121,9 +121,9 @@ public class UploadManager { |
|
|
|
ProfileRecordDao profileRecordDao = new ProfileRecordDao(ProfilometerApplication.getContext()); |
|
|
|
ProfileRecordPointSetDao profileRecordPointSetDao = new ProfileRecordPointSetDao(ProfilometerApplication.getContext()); |
|
|
|
ProfileRecordDescription profileRecordDescription = profileRecordDao.getProfileRecordById(uploadId); |
|
|
|
if (profileRecordDescription.getSyncStatus() == SyncStatus.finish) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
// if (profileRecordDescription.getSyncStatus() == SyncStatus.finish) { |
|
|
|
// return true; |
|
|
|
// } |
|
|
|
SystemConfigDao systemConfigDao = new SystemConfigDao(ProfilometerApplication.getContext()); |
|
|
|
SystemConfig serverConfig = systemConfigDao.getSystemConfigByKey(SystemConfigType.SERVER); |
|
|
|
String serverPath = serverConfig.getConfigValue(); |
|
|
|