TRX 1 anno fa
parent
commit
3008297e8f

+ 2 - 0
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/visitor/VisitorMainService.java

@@ -147,6 +147,8 @@ public class VisitorMainService extends SuperPermissService {
 
         entity.setVisitorUserAccount(visitorUserAccount);
         entity.setOrganizationUser(organizationUser);
+        entity.setStartTime(startTime);
+        entity.setEndTime(endTime);
 
         // 申请用户
         String applyUserId = getCurrentUserId();