小程序端通过二维码添加访客bug
This commit is contained in:
parent
c011bdd7f4
commit
ef902b197c
|
@ -271,6 +271,7 @@ public class AppApiController {
|
||||||
// public static final int PERSON_TYPE_GUEST = 5005; //访客
|
// public static final int PERSON_TYPE_GUEST = 5005; //访客
|
||||||
tenPerson.setPersonType(Constant.PERSON_TYPE_GUEST);
|
tenPerson.setPersonType(Constant.PERSON_TYPE_GUEST);
|
||||||
tenPerson.setAppFlag(Constant.APP_LOGIN_NO);
|
tenPerson.setAppFlag(Constant.APP_LOGIN_NO);
|
||||||
|
tenPerson.setStatus(Constant.PESON_SUATUS_NOMOR);
|
||||||
// TenPersonEntity tenPersonEntity = tenPersonService.findByName(tenPerson.getName(),
|
// TenPersonEntity tenPersonEntity = tenPersonService.findByName(tenPerson.getName(),
|
||||||
// tenPerson.getRoomId(),tenPerson.getCellId());
|
// tenPerson.getRoomId(),tenPerson.getCellId());
|
||||||
// if(tenPersonEntity!=null){
|
// if(tenPersonEntity!=null){
|
||||||
|
|
Loading…
Reference in New Issue