dingxin 5 years ago
parent
commit
1b6185cd17
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/com/huiju/estateagents/event/EventBus.java

+ 1
- 1
src/main/java/com/huiju/estateagents/event/EventBus.java View File

42
 		DocumentVerify(7),
42
 		DocumentVerify(7),
43
 
43
 
44
 		// 普通活动扫码签到
44
 		// 普通活动扫码签到
45
-		ActivityCheckin(20);
45
+		ActivityCheckin(8);
46
 
46
 
47
 		private Integer type;
47
 		private Integer type;
48
 
48