- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
499 lines
12 KiB
XML
499 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<WorkBook xmlVersion="20151125" releaseVersion="8.0.0">
|
|
<TableDataMap>
|
|
<TableData name="汇总统计" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="pgid"/>
|
|
<O>
|
|
<![CDATA[3dd832df645042458aa88a3fdeb5899b]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select pgwj.pglb,
|
|
pgwj.tm,
|
|
avg(dtda.score) tmscore
|
|
from et_train_pd_cc_pgwj pgwj left join et_train_pd_cc_dt dt on pgwj.pgid=dt.paperid
|
|
left join et_train_pd_cc_dtda dtda on dt.id=dtda.dtid and pgwj.id=dtda.questionid
|
|
where pgwj.pgid='${pgid}'
|
|
group by pgwj.pglb,
|
|
pgwj.tm
|
|
order by pgwj.tmsort]]></Query>
|
|
</TableData>
|
|
<TableData name="问卷名" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="pgid"/>
|
|
<O>
|
|
<![CDATA[3dd832df645042458aa88a3fdeb5899b]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select pgwjmc from et_train_pd_cc_pg where id='${pgid}']]></Query>
|
|
</TableData>
|
|
<TableData name="全部问卷数" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="pgid"/>
|
|
<O>
|
|
<![CDATA[3dd832df645042458aa88a3fdeb5899b]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select count(usercode) from et_train_pd_cc_dt where paperid='${pgid}']]></Query>
|
|
</TableData>
|
|
<TableData name="有效问卷数" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="pgid"/>
|
|
<O>
|
|
<![CDATA[3dd832df645042458aa88a3fdeb5899b]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select count(usercode) from et_train_pd_cc_dt where paperid='${pgid}' and isanswer=1]]></Query>
|
|
</TableData>
|
|
<TableData name="问卷列表" class="com.fr.data.impl.DBTableData">
|
|
<Parameters/>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select pgwjmc,id from et_train_pd_cc_pg where status=1 order by pgwjmc]]></Query>
|
|
</TableData>
|
|
<TableData name="单人统计" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="pgid"/>
|
|
<O>
|
|
<![CDATA[3dd832df645042458aa88a3fdeb5899b]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select dt.submittime,
|
|
dt.username,
|
|
dt.usercode,
|
|
dt.deptname,
|
|
pgwj.pglb,
|
|
pgwj.tm,
|
|
dtda.score,
|
|
dtda.answer,
|
|
dt.id
|
|
from et_train_pd_cc_pgwj pgwj left join et_train_pd_cc_dt dt on pgwj.pgid=dt.paperid
|
|
left join et_train_pd_cc_dtda dtda on dt.id=dtda.dtid and pgwj.id=dtda.questionid
|
|
where pgwj.pgid='${pgid}' and dt.isanswer=1
|
|
order by dt.submittime,pgwj.tmsort]]></Query>
|
|
</TableData>
|
|
</TableDataMap>
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="汇总统计">
|
|
<ReportPageAttr>
|
|
<HR/>
|
|
<FR/>
|
|
<HC/>
|
|
<FC/>
|
|
</ReportPageAttr>
|
|
<ColumnPrivilegeControl/>
|
|
<RowPrivilegeControl/>
|
|
<RowHeight defaultValue="723900">
|
|
<![CDATA[723900,723900,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
|
<ColumnWidth defaultValue="2743200">
|
|
<![CDATA[3505200,11978640,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200]]></ColumnWidth>
|
|
<CellElementList>
|
|
<C c="0" r="0" cs="4" s="0">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="问卷名" columnName="pgwjmc"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="0" r="1" s="1">
|
|
<O>
|
|
<![CDATA[评估维度]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="1" r="1" s="1">
|
|
<O>
|
|
<![CDATA[评估细项]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="1" s="1">
|
|
<O>
|
|
<![CDATA[平均分]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="0" r="2" s="2">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="汇总统计" columnName="pglb"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="1" r="2" s="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="汇总统计" columnName="tm"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="2" r="2" s="4">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="汇总统计" columnName="tmscore"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="3" r="2" s="5">
|
|
<PrivilegeControl/>
|
|
<Present class="com.fr.base.present.FormulaPresent"/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="0" r="3">
|
|
<O>
|
|
<![CDATA[全部问卷:]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="1" r="3" s="6">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="全部问卷数" columnName="count(usercode)"/>
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Result>
|
|
<![CDATA[$$$+'份']]></Result>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="2" r="3">
|
|
<O>
|
|
<![CDATA[有效问卷:]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="3" r="3" s="6">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="有效问卷数" columnName="count(usercode)"/>
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Result>
|
|
<![CDATA[$$$+'份']]></Result>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="2" r="4">
|
|
<O>
|
|
<![CDATA[平均得分:]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="3" r="4" s="5">
|
|
<O t="Formula" class="Formula">
|
|
<Attributes>
|
|
<![CDATA[=AVERAGE(c3[!0]A)]]></Attributes>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Present class="com.fr.base.present.FormulaPresent"/>
|
|
<Expand/>
|
|
</C>
|
|
</CellElementList>
|
|
<ReportAttrSet>
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
|
<PaperSetting/>
|
|
</ReportSettings>
|
|
</ReportAttrSet>
|
|
<PrivilegeControl/>
|
|
</Report>
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="单人统计">
|
|
<ReportPageAttr>
|
|
<HR/>
|
|
<FR/>
|
|
<HC/>
|
|
<FC/>
|
|
</ReportPageAttr>
|
|
<ColumnPrivilegeControl/>
|
|
<RowPrivilegeControl/>
|
|
<RowHeight defaultValue="723900">
|
|
<![CDATA[723900,723900,723900,2103120,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
|
<ColumnWidth defaultValue="2743200">
|
|
<![CDATA[0,1737360,2560320,2743200,2743200,8778240,5638800,2743200,2743200,2743200,2743200]]></ColumnWidth>
|
|
<CellElementList>
|
|
<C c="0" r="0">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="1" r="0" cs="6" s="0">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="问卷名" columnName="pgwjmc"/>
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Result>
|
|
<![CDATA[$$$]]></Result>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="1" r="1" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[序号]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="1" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[评估时间]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="3" r="1" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[姓名]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="4" r="1" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[工号]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="5" r="1" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[部门]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="6" r="1" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="pglb"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="1"/>
|
|
</C>
|
|
<C c="6" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="tm"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="1"/>
|
|
</C>
|
|
<C c="0" r="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="id"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="1" r="3" s="1">
|
|
<O t="Formula" class="Formula">
|
|
<Attributes>
|
|
<![CDATA[=SEQ()]]></Attributes>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<CellPageAttr/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="3" s="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="submittime"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="3" r="3" s="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="username"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="4" r="3" s="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="usercode"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="5" r="3" s="3">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="deptname"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="6" r="3" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="单人统计" columnName="score"/>
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Result>
|
|
<![CDATA[$$$+answer]]></Result>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
</CellElementList>
|
|
<ReportAttrSet>
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
|
<PaperSetting orientation="1">
|
|
<PaperSize width="121104000" height="171216000"/>
|
|
<Margin top="986400" left="2743200" bottom="986400" right="2743200"/>
|
|
</PaperSetting>
|
|
</ReportSettings>
|
|
<Header reportPageType="0">
|
|
<Background name="NullBackground"/>
|
|
<LeftList/>
|
|
<CenterList/>
|
|
<RightList/>
|
|
</Header>
|
|
<Footer reportPageType="0">
|
|
<Background name="NullBackground"/>
|
|
<LeftList/>
|
|
<CenterList/>
|
|
<RightList/>
|
|
</Footer>
|
|
</ReportAttrSet>
|
|
<PrivilegeControl/>
|
|
</Report>
|
|
<ReportParameterAttr>
|
|
<Attributes showWindow="true" delayPlaying="true" windowPosition="1" align="0"/>
|
|
<PWTitle>
|
|
<![CDATA[参数]]></PWTitle>
|
|
</ReportParameterAttr>
|
|
<StyleList>
|
|
<Style horizontal_alignment="0" imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border/>
|
|
</Style>
|
|
<Style horizontal_alignment="0" imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1"/>
|
|
<Bottom style="1"/>
|
|
<Left style="1"/>
|
|
<Right style="1"/>
|
|
</Border>
|
|
</Style>
|
|
<Style textStyle="1" imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1"/>
|
|
<Bottom style="1"/>
|
|
<Left style="1"/>
|
|
<Right style="1"/>
|
|
</Border>
|
|
</Style>
|
|
<Style imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1" color="-16777216"/>
|
|
<Bottom style="1" color="-16777216"/>
|
|
<Left style="1" color="-16777216"/>
|
|
<Right style="1" color="-16777216"/>
|
|
</Border>
|
|
</Style>
|
|
<Style horizontal_alignment="0" imageLayout="1">
|
|
<Format class="com.fr.base.CoreDecimalFormat">
|
|
<![CDATA[#0.00]]></Format>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1"/>
|
|
<Bottom style="1"/>
|
|
<Left style="1"/>
|
|
<Right style="1"/>
|
|
</Border>
|
|
</Style>
|
|
<Style horizontal_alignment="2" imageLayout="1">
|
|
<Format class="com.fr.base.CoreDecimalFormat">
|
|
<![CDATA[#0.00]]></Format>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border/>
|
|
</Style>
|
|
<Style horizontal_alignment="2" imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border/>
|
|
</Style>
|
|
</StyleList>
|
|
<DesignerVersion DesignerVersion="IAA"/>
|
|
<PreviewType PreviewType="0"/>
|
|
<TemplateID TemplateID="fa1c6a19-f12d-4246-b6a7-2f12dfd88656"/>
|
|
</WorkBook>
|