|
@@ -61,7 +61,7 @@ public class TaPersonFromRecordServiceImpl extends ServiceImpl<TaPersonFromRecor
|
61
|
61
|
queryWrapper.eq("person_id",taPersonVisitRecord.getPersonId());
|
62
|
62
|
int count = taPersonFromRecordMapper.selectCount(queryWrapper);
|
63
|
63
|
if(count > 0){
|
64
|
|
- taPersonFromRecord.setIsFirstTime(false);
|
|
64
|
+ return;
|
65
|
65
|
}else {
|
66
|
66
|
taPersonFromRecord.setIsFirstTime(true);
|
67
|
67
|
}
|