Authored by mingdan.ge

null

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