Authored by mingdan.ge

null

@@ -387,7 +387,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport @@ -387,7 +387,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
387 return 0; 387 return 0;
388 } 388 }
389 unionShareUserApplies.forEach(u->{ 389 unionShareUserApplies.forEach(u->{
390 - if (u.getCheckTime() != currentTimeSecond) { 390 + if (u.getCheckTime() == null ||u.getCheckTime() != currentTimeSecond) {
391 return; 391 return;
392 } 392 }
393 try { 393 try {