小程序端通过二维码添加访客bug

This commit is contained in:
gaoben 2022-07-19 11:01:49 +08:00
parent c011bdd7f4
commit ef902b197c
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ public class AppApiController {
// public static final int PERSON_TYPE_GUEST = 5005; //访客
tenPerson.setPersonType(Constant.PERSON_TYPE_GUEST);
tenPerson.setAppFlag(Constant.APP_LOGIN_NO);
tenPerson.setStatus(Constant.PESON_SUATUS_NOMOR);
// TenPersonEntity tenPersonEntity = tenPersonService.findByName(tenPerson.getName(),
// tenPerson.getRoomId(),tenPerson.getCellId());
// if(tenPersonEntity!=null){