Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
cb4a3b56
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1434
Star
162
Fork
130
代码
文件
提交
分支
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看板
提交
cb4a3b56
编写于
7月 30, 2019
作者:
Skyeye云
提交者:
Gitee
7月 30, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删除文件skyeye-promote/skyeye-dao/src/main/java/com/skyeye/eve/dao/DwSurveyDirectoryDao.java
上级
e39c88ba
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
0 addition
and
243 deletion
+0
-243
skyeye-promote/skyeye-dao/src/main/java/com/skyeye/eve/dao/DwSurveyDirectoryDao.java
...rc/main/java/com/skyeye/eve/dao/DwSurveyDirectoryDao.java
+0
-243
未找到文件。
skyeye-promote/skyeye-dao/src/main/java/com/skyeye/eve/dao/DwSurveyDirectoryDao.java
已删除
100644 → 0
浏览文件 @
e39c88ba
package
com.skyeye.eve.dao
;
import
java.util.List
;
import
java.util.Map
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.springframework.stereotype.Repository
;
import
com.github.miemiedev.mybatis.paginator.domain.PageBounds
;
@Repository
@Mapper
public
interface
DwSurveyDirectoryDao
{
public
List
<
Map
<
String
,
Object
>>
queryDwSurveyDirectoryList
(
Map
<
String
,
Object
>
map
,
PageBounds
pageBounds
)
throws
Exception
;
public
int
insertDwSurveyDirectoryMation
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionListByBelongId
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionLogicListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenRowListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenColumnListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionMultiFillBlankListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionRadioListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionCheckBoxListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenOptionListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionScoreListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionOrderByListByQuestionId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryChildQuestionListByBelongId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
Map
<
String
,
Object
>
querySurveyMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
editDwSurveyMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
addQuestionMation
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
addQuestionLogicsMationList
(
List
<
Map
<
String
,
Object
>>
quLogics
)
throws
Exception
;
public
int
addQuestionScoreMationList
(
List
<
Map
<
String
,
Object
>>
quScore
)
throws
Exception
;
public
int
addQuestionOrderquMationList
(
List
<
Map
<
String
,
Object
>>
quOrderqu
)
throws
Exception
;
public
int
addQuestionRadioMationList
(
List
<
Map
<
String
,
Object
>>
quRadio
)
throws
Exception
;
public
int
addQuestionCheckBoxMationList
(
List
<
Map
<
String
,
Object
>>
quCheckBox
)
throws
Exception
;
public
int
addQuestionMultiFillblankMationList
(
List
<
Map
<
String
,
Object
>>
quMultiFillblank
)
throws
Exception
;
public
int
addQuestionColumnMationList
(
List
<
Map
<
String
,
Object
>>
quColumn
)
throws
Exception
;
public
int
addQuestionRowMationList
(
List
<
Map
<
String
,
Object
>>
quRow
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionOptionMationByQuId
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
updateQuestionOrderByIdByQuId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionChenColumnById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionChenColumnMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionChenColumnMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionChenRowById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionChenRowMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionChenRowMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionRadioOptionById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionRadioOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionRadioOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionChedkBoxOptionById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionChedkBoxOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionChedkBoxOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionScoreOptionById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionScoreOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionScoreOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionOrderOptionById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionOrderOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionOrderOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryQuestionMultiFillblankOptionById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteQuestionMultiFillblankOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
deleteLogicQuestionMultiFillblankOptionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
editQuestionMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
editQuestionLogicsMationList
(
List
<
Map
<
String
,
Object
>>
editquLogics
)
throws
Exception
;
public
int
editQuestionScoreMationList
(
List
<
Map
<
String
,
Object
>>
editquScore
)
throws
Exception
;
public
int
editQuestionOrderquMationList
(
List
<
Map
<
String
,
Object
>>
editquOrderqu
)
throws
Exception
;
public
int
editQuestionRadioMationList
(
List
<
Map
<
String
,
Object
>>
editquRadio
)
throws
Exception
;
public
int
editQuestionCheckBoxMationList
(
List
<
Map
<
String
,
Object
>>
editquCheckbox
)
throws
Exception
;
public
int
editQuestionMultiFillblankMationList
(
List
<
Map
<
String
,
Object
>>
editquMultiFillblank
)
throws
Exception
;
public
int
editQuestionColumnMationList
(
List
<
Map
<
String
,
Object
>>
editquColumn
)
throws
Exception
;
public
int
editQuestionRowMationList
(
List
<
Map
<
String
,
Object
>>
editquRow
)
throws
Exception
;
public
int
deleteSurveyMationById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
editSurveyStateToReleaseById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryRadioGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryCheckBoxGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryFillBlankGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
Map
<
String
,
Object
>
queryAnswerGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryMultiFillBlankGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryEnumQuGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryChenRadioGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryChenFbkGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryChenCheckBoxGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryChenScoreGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryScoreGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryOrderQuGroupStat
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
insertSurveyMationCopyById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionMationCopyById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
addQuestionMationCopyBySurveyId
(
List
<
Map
<
String
,
Object
>>
questions
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionRadioListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionRadioMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionRadio
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionCheckBoxListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionCheckBoxMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionCheckBoxs
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionMultiFillBlankListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionMultiFillBlankMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionMultiFillBlanks
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenRowListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionChenRowMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionChenRows
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenColumnListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionChenColumnMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionChenColumns
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionChenOptionListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionScoreListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionScoreMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionScores
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
queryQuestionOrderByListByCopyId
(
Map
<
String
,
Object
>
question
)
throws
Exception
;
public
int
addQuestionOrderByMationCopyList
(
List
<
Map
<
String
,
Object
>>
questionOrderBys
)
throws
Exception
;
public
int
editSurveyAnswerNumById
(
Map
<
String
,
Object
>
surveyMation
)
throws
Exception
;
public
int
saveAnYesnoMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveAnRadioMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveAnMultiFillMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveScoreMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveChenCheckboxMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveCompAnRadioMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveCompChehRadioMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveChenScoreMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveAnCheckboxMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveAnFillMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveAnAnswerMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveCompAnCheckboxMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveEnumMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveQuOrderMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveChenRadioMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
saveChenFbkMaps
(
List
<
Map
<
String
,
Object
>>
beans
)
throws
Exception
;
public
int
insertSurveyAnswer
(
Map
<
String
,
Object
>
surveyAnswer
)
throws
Exception
;
public
Map
<
String
,
Object
>
querySurveyAnswerMationByIp
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
List
<
Map
<
String
,
Object
>>
querySurveyAnswerMationOverFiveMinByIp
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
editSurveyStateToEndNumById
(
Map
<
String
,
Object
>
surveyMation
)
throws
Exception
;
public
int
editSurveyStateToEndNumZdById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
public
int
updateSurveyMationEndById
(
Map
<
String
,
Object
>
map
)
throws
Exception
;
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录