提交 6a381b82 编写于 作者: Skyeye云's avatar Skyeye云

bug修改

上级 600b42e0
......@@ -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
......@@ -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.
先完成此消息的编辑!
想要评论请 注册