|
@@ -372,7 +372,7 @@ public class WarningService {
|
|
idenWarningPerson.setUid(idenPerson.getUid());
|
|
idenWarningPerson.setUid(idenPerson.getUid());
|
|
idenWarningPerson.setPersonId(idenPerson.getId());
|
|
idenWarningPerson.setPersonId(idenPerson.getId());
|
|
idenWarningPerson.setImage(idenPerson.getImage());
|
|
idenWarningPerson.setImage(idenPerson.getImage());
|
|
- idenWarningPerson.setFeatPtr(idenFaceImage.getFeatPtr());
|
|
|
|
|
|
+ idenWarningPerson.setFeatPtr(idenPerson.getFeatPtr());
|
|
idenWarningPerson.setDataDate(DateUtils.getYestodayYyyyMMddDate());
|
|
idenWarningPerson.setDataDate(DateUtils.getYestodayYyyyMMddDate());
|
|
Long communityId = idenPerson.getCommunityId();
|
|
Long communityId = idenPerson.getCommunityId();
|
|
IdenCommunity idenCommunity = this.idenCommunityService.getById(communityId);
|
|
IdenCommunity idenCommunity = this.idenCommunityService.getById(communityId);
|