|
|
|
@ -1235,6 +1235,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|
|
|
|
for (EntityAccount account : accounts) {
|
|
|
|
|
JSONObject jcondition = new JSONObject();
|
|
|
|
|
try {
|
|
|
|
|
if (!TextUtils.isEmpty(account.conditions))
|
|
|
|
|
jcondition = new JSONObject(account.conditions);
|
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
|
Log.e(ex);
|
|
|
|
@ -2938,6 +2939,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|
|
|
|
for (EntityAccount account : accounts) {
|
|
|
|
|
JSONObject jcondition = new JSONObject();
|
|
|
|
|
try {
|
|
|
|
|
if (!TextUtils.isEmpty(account.conditions))
|
|
|
|
|
jcondition = new JSONObject(account.conditions);
|
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
|
Log.e(ex);
|
|
|
|
|