Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
6a381b82
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1283
Star
158
Fork
129
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6a381b82
编写于
1月 12, 2019
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug修改
上级
600b42e0
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
2 addition
and
1 deletion
+2
-1
logs/skyeye.log
logs/skyeye.log
+1
-0
skyeye-promote/src/main/java/com/skyeye/eve/service/impl/DwSurveyDirectoryServiceImpl.java
...skyeye/eve/service/impl/DwSurveyDirectoryServiceImpl.java
+1
-1
未找到文件。
logs/skyeye.log
浏览文件 @
6a381b82
...
...
@@ -5251,4 +5251,5 @@
[skyeye-promote][INFO] [2019-01-12 18:17:31] com.skyeye.common.filter.SessionFilter.doFilter(123) | 请求链接/dwsurveydirectory026
[skyeye-promote][INFO] [2019-01-12 18:17:53] com.skyeye.common.filter.SessionFilter.doFilter(123) | 请求链接/login002
[skyeye-promote][INFO] [2019-01-12 18:17:57] com.skyeye.common.filter.SessionFilter.doFilter(123) | 请求链接/dwsurveydirectory003
[skyeye-promote][INFO] [2019-01-12 18:19:00] com.skyeye.start.thread.MonitorThread.queryComMation(49) | 读取
\ No newline at end of file
skyeye-promote/src/main/java/com/skyeye/eve/service/impl/DwSurveyDirectoryServiceImpl.java
浏览文件 @
6a381b82
...
...
@@ -1587,7 +1587,7 @@ public class DwSurveyDirectoryServiceImpl implements DwSurveyDirectoryService{
public
void
queryAnswerSurveyMationByIp
(
InputObject
inputObject
,
OutputObject
outputObject
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
inputObject
.
getParams
();
Map
<
String
,
Object
>
surveyMation
=
dwSurveyDirectoryDao
.
querySurveyMationById
(
map
);
//获取问卷信息
if
(
"
2
"
.
equals
(
surveyMation
.
get
(
"surveyState"
).
toString
())){
if
(
"
1
"
.
equals
(
surveyMation
.
get
(
"surveyState"
).
toString
())){
if
(
"4"
.
equals
(
surveyMation
.
get
(
"effective"
).
toString
())
||
"1"
.
equals
(
surveyMation
.
get
(
"effectiveIp"
).
toString
())){
//每台电脑或手机只能答一次
Map
<
String
,
Object
>
answerMation
=
dwSurveyDirectoryDao
.
querySurveyAnswerMationByIp
(
map
);
if
(
answerMation
!=
null
&&
!
answerMation
.
isEmpty
()){
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录