mirror of https://github.com/jeecgboot/jeecg-boot
logging
parent
b07318a891
commit
91651ec95b
|
@ -42,7 +42,7 @@ public class MabangOrderSyncJob implements Job {
|
||||||
}
|
}
|
||||||
username = jsonObject.getString("username");
|
username = jsonObject.getString("username");
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
log.error("Error while parsing parameter as JSON, falling back to default parameters.");
|
log.error("Error while parsing parameter as JSON, falling back to default parameters : {}", e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (platformOrderIds.isEmpty()) {
|
if (platformOrderIds.isEmpty()) {
|
||||||
|
|
Loading…
Reference in New Issue