|
|
@@ -105,6 +105,7 @@ public class VisitorMainService extends SuperPermissService {
|
|
|
return ResultContent.buildFail("applyType 不能为空");
|
|
|
}
|
|
|
|
|
|
+
|
|
|
// 所属组件信息
|
|
|
String sceneComponentId = param.getSceneComponentId();
|
|
|
SceneComponent sceneComponent = sceneComponentDao.findTopById(sceneComponentId);
|
|
|
@@ -160,7 +161,6 @@ public class VisitorMainService extends SuperPermissService {
|
|
|
}
|
|
|
entity.setApplyUserId(applyUserId);
|
|
|
entity.setApplyUserAccount(applyUserAccount);
|
|
|
- entity.setEndTime(endTime);
|
|
|
entity.setProjectOid(projectOid);
|
|
|
|
|
|
// 单位是小时
|