|
@@ -238,7 +238,12 @@ public class DynamicPersonIdUpdateJob {
|
|
|
try {
|
|
|
coll.insertOne(document);
|
|
|
} catch (Exception e) {
|
|
|
-// log.error(e.getMessage(), e);
|
|
|
+ log.error(e.getMessage(), e);
|
|
|
+ }
|
|
|
+
|
|
|
+ int i = new Random().nextInt(3);
|
|
|
+ if (i == 0) {
|
|
|
+ log.info("riewqujir:\n{} : {}\n{}", keyno, validId, JSON.toJSONString(data));
|
|
|
}
|
|
|
|
|
|
if (StringUtils.isEmpty(id)) {
|