daily_report2021-7-27bak.cpt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <WorkBook xmlVersion="20170720" releaseVersion="10.0.0">
  3. <TableDataMap>
  4. <TableData name="ds_register" class="com.fr.data.impl.DBTableData">
  5. <Parameters>
  6. <Parameter>
  7. <Attributes name="p_day"/>
  8. <O>
  9. <![CDATA[2021-05-26]]></O>
  10. </Parameter>
  11. </Parameters>
  12. <Attributes maxMemRowCount="-1"/>
  13. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  14. <DatabaseName>
  15. <![CDATA[dcp]]></DatabaseName>
  16. </Connection>
  17. <Query>
  18. <![CDATA[SELECT SUM(internal_number) AS internal_number, SUM(external_number) AS external_number,
  19. SUM(enterprise_number) AS enterprise_number, SUM(sum_number) AS sum_number, MAX(latest_number_all) AS latest_number_all
  20. FROM platform_register_data_record
  21. WHERE DATE_FORMAT(records_time,'%Y-%m-%d')='${p_day}'
  22. ]]></Query>
  23. <PageQuery>
  24. <![CDATA[]]></PageQuery>
  25. </TableData>
  26. <TableData name="ds_login" class="com.fr.data.impl.DBTableData">
  27. <Parameters>
  28. <Parameter>
  29. <Attributes name="p_day"/>
  30. <O>
  31. <![CDATA[2021-05-26]]></O>
  32. </Parameter>
  33. </Parameters>
  34. <Attributes maxMemRowCount="-1"/>
  35. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  36. <DatabaseName>
  37. <![CDATA[dcp]]></DatabaseName>
  38. </Connection>
  39. <Query>
  40. <![CDATA[SELECT internal_number, external_number, total_number, total_number_all
  41. FROM platform_login_data_record
  42. WHERE records_time='${p_day}']]></Query>
  43. <PageQuery>
  44. <![CDATA[]]></PageQuery>
  45. </TableData>
  46. <TableData name="ds_intervie" class="com.fr.data.impl.DBTableData">
  47. <Parameters>
  48. <Parameter>
  49. <Attributes name="p_day"/>
  50. <O>
  51. <![CDATA[2021-05-26]]></O>
  52. </Parameter>
  53. </Parameters>
  54. <Attributes maxMemRowCount="-1"/>
  55. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  56. <DatabaseName>
  57. <![CDATA[dcp]]></DatabaseName>
  58. </Connection>
  59. <Query>
  60. <![CDATA[SELECT register_number, unregister_number, total_number, total_number_all
  61. FROM platform_intervie_data_record
  62. WHERE records_time='${p_day}']]></Query>
  63. <PageQuery>
  64. <![CDATA[]]></PageQuery>
  65. </TableData>
  66. <TableData name="ds_interview_type" class="com.fr.data.impl.DBTableData">
  67. <Parameters>
  68. <Parameter>
  69. <Attributes name="p_day"/>
  70. <O>
  71. <![CDATA[2021-07-05]]></O>
  72. </Parameter>
  73. </Parameters>
  74. <Attributes maxMemRowCount="-1"/>
  75. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  76. <DatabaseName>
  77. <![CDATA[dcp]]></DatabaseName>
  78. </Connection>
  79. <Query>
  80. <![CDATA[SELECT data_type, unregister_number, register_number, sum_number, latest_number_all
  81. FROM platform_interview_type_data_record
  82. WHERE records_time='${p_day}'
  83. ORDER BY CONVERT(sum_number,SIGNED) DESC]]></Query>
  84. <PageQuery>
  85. <![CDATA[]]></PageQuery>
  86. </TableData>
  87. <TableData name="ds_buisness_data_total" class="com.fr.data.impl.DBTableData">
  88. <Parameters>
  89. <Parameter>
  90. <Attributes name="p_day"/>
  91. <O>
  92. <![CDATA[2020-10-30]]></O>
  93. </Parameter>
  94. </Parameters>
  95. <Attributes maxMemRowCount="-1"/>
  96. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  97. <DatabaseName>
  98. <![CDATA[dcp]]></DatabaseName>
  99. </Connection>
  100. <Query>
  101. <![CDATA[SELECT SUM(update_number) AS update_number,SUM(update_number_all) AS update_number_all,
  102. (
  103. SELECT CONCAT(',其中',GROUP_CONCAT(CONCAT(data_name,update_number,'条'))) AS update_info
  104. FROM platform_buisness_data_record
  105. WHERE records_time='${p_day}'
  106. AND update_number>0
  107. GROUP BY records_time
  108. ) AS update_info
  109. FROM platform_buisness_data_record
  110. WHERE records_time='${p_day}']]></Query>
  111. <PageQuery>
  112. <![CDATA[]]></PageQuery>
  113. </TableData>
  114. <TableData name="ds_buisness_data" class="com.fr.data.impl.DBTableData">
  115. <Parameters>
  116. <Parameter>
  117. <Attributes name="p_day"/>
  118. <O>
  119. <![CDATA[2020-10-30]]></O>
  120. </Parameter>
  121. </Parameters>
  122. <Attributes maxMemRowCount="-1"/>
  123. <Connection class="com.fr.data.impl.NameDatabaseConnection">
  124. <DatabaseName>
  125. <![CDATA[dcp]]></DatabaseName>
  126. </Connection>
  127. <Query>
  128. <![CDATA[SELECT d.dict_name,d.dict_description,(
  129. SELECT r1.update_number AS update_number
  130. FROM platform_buisness_data_record r1
  131. WHERE r1.records_time='${p_day}' AND r1.data_name=d.dict_name
  132. ) AS update_number,(
  133. SELECT r1.update_number_all AS update_number_all
  134. FROM platform_buisness_data_record r1
  135. WHERE r1.records_time='${p_day}' AND r1.data_name=d.dict_name
  136. ) AS update_number_all
  137. FROM sys_dict_misc d
  138. WHERE d.dict_type_code='INTERVIEW_TYPE_DATA' ORDER BY d.dict_disp_order
  139. ]]></Query>
  140. <PageQuery>
  141. <![CDATA[]]></PageQuery>
  142. </TableData>
  143. </TableDataMap>
  144. <ReportExportAttr>
  145. <ExcelExportAttr hideColumn="false" hideRow="false"/>
  146. <PDFExportAttr/>
  147. <HTMLExportAttr/>
  148. <WordExportAttr WordTable="true"/>
  149. <ImageExportAttr imageResolution="96" imageType="false"/>
  150. </ReportExportAttr>
  151. <ElementCaseMobileAttr>
  152. <ElementCaseMobileAttrProvider horizontal="1" vertical="1" zoom="true" refresh="false" isUseHTML="false" isMobileCanvasSize="false" appearRefresh="false" allowFullScreen="false"/>
  153. </ElementCaseMobileAttr>
  154. <Report class="com.fr.report.worksheet.WorkSheet" name="sheet1">
  155. <ReportPageAttr>
  156. <HR/>
  157. <FR/>
  158. <HC/>
  159. <FC/>
  160. </ReportPageAttr>
  161. <ColumnPrivilegeControl/>
  162. <RowPrivilegeControl/>
  163. <RowHeight defaultValue="723900">
  164. <![CDATA[2209800,951840,72571,1411200,1411200,2286000,1411200,2286000,1411200,2286000,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,2286000,2286000,2016000,2016000,2016000,723900,1411200,2286000,2286000,723900,2286000,2286000,2286000,2016000,2016000,2016000,723900,1411200,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,2286000,2286000,723900]]></RowHeight>
  165. <ColumnWidth defaultValue="2743200">
  166. <![CDATA[1930400,0,2286000,2880000,2160000,2160000,2160000,2160000,6324600,2743200,2743200]]></ColumnWidth>
  167. <CellElementList>
  168. <C c="0" r="0" cs="9" s="0">
  169. <O>
  170. <![CDATA[发展合作平台运行日报]]></O>
  171. <PrivilegeControl/>
  172. <Expand/>
  173. </C>
  174. <C c="0" r="1" cs="3" s="1">
  175. <O>
  176. <![CDATA[第26期]]></O>
  177. <PrivilegeControl/>
  178. <Expand/>
  179. </C>
  180. <C c="3" r="1" s="2">
  181. <PrivilegeControl/>
  182. <Expand/>
  183. </C>
  184. <C c="4" r="1" s="2">
  185. <PrivilegeControl/>
  186. <Expand/>
  187. </C>
  188. <C c="5" r="1" s="2">
  189. <PrivilegeControl/>
  190. <Expand/>
  191. </C>
  192. <C c="6" r="1" s="2">
  193. <PrivilegeControl/>
  194. <Expand/>
  195. </C>
  196. <C c="7" r="1" cs="2" s="3">
  197. <O t="XMLable" class="com.fr.base.Formula">
  198. <Attributes>
  199. <![CDATA[=YEAR($p_day) + "年" + MONTH($p_day) + "月" + DAY($p_day) + "日"]]></Attributes>
  200. </O>
  201. <PrivilegeControl/>
  202. <Expand/>
  203. </C>
  204. <C c="0" r="2" cs="9" s="4">
  205. <PrivilegeControl/>
  206. <Expand/>
  207. </C>
  208. <C c="0" r="3" cs="9" s="5">
  209. <O>
  210. <![CDATA[ 一、平台运行情况]]></O>
  211. <PrivilegeControl/>
  212. <Expand/>
  213. </C>
  214. <C c="0" r="4" cs="9" s="6">
  215. <O>
  216. <![CDATA[ (一)用户注册及登录情况]]></O>
  217. <PrivilegeControl/>
  218. <Expand/>
  219. </C>
  220. <C c="0" r="5" cs="9" s="7">
  221. <O t="DSColumn">
  222. <Attributes dsName="ds_register" columnName="sum_number"/>
  223. <Condition class="com.fr.data.condition.ListCondition"/>
  224. <Complex/>
  225. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  226. <Result>
  227. <![CDATA[="<font style='font-weight:bold'>&nbsp;&nbsp;&nbsp;&nbsp;1.用户注册。</font>本日新增注册用户"+sum_number+"人,当前平台累计注册用户数为"+latest_number_all+"人。"]]></Result>
  228. <Parameters/>
  229. </O>
  230. <PrivilegeControl/>
  231. <CellGUIAttr adjustmode="1" showAsHTML="true"/>
  232. <CellPageAttr/>
  233. <CellInsertPolicy/>
  234. <Expand dir="0"/>
  235. </C>
  236. <C c="0" r="7" cs="9" s="8">
  237. <O>
  238. <![CDATA[图1.用户注册日统计]]></O>
  239. <PrivilegeControl/>
  240. <CellGUIAttr showAsHTML="true"/>
  241. <CellPageAttr/>
  242. <CellInsertPolicy/>
  243. <Expand dir="0"/>
  244. </C>
  245. <C c="0" r="9" cs="9" s="8">
  246. <O>
  247. <![CDATA[图2.用户注册年累计]]></O>
  248. <PrivilegeControl/>
  249. <CellGUIAttr showAsHTML="true"/>
  250. <CellPageAttr/>
  251. <CellInsertPolicy/>
  252. <Expand dir="0"/>
  253. </C>
  254. <C c="0" r="10" cs="9" s="7">
  255. <O t="DSColumn">
  256. <Attributes dsName="ds_login" columnName="total_number"/>
  257. <Complex/>
  258. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  259. <Result>
  260. <![CDATA[="<font style='font-weight:bold'>&nbsp;&nbsp;&nbsp;&nbsp;2.用户登录。</font>本日有"+total_number+"名用户登录平台,其中合作组织内部用户"+internal_number+"名,外部用户"+external_number+"名。平台用户登录次数累计"+total_number_all+"次。"]]></Result>
  261. <Parameters/>
  262. </O>
  263. <PrivilegeControl/>
  264. <CellGUIAttr adjustmode="1" showAsHTML="true"/>
  265. <CellPageAttr/>
  266. <CellInsertPolicy/>
  267. <Expand dir="0"/>
  268. </C>
  269. <C c="0" r="12" cs="9" s="8">
  270. <O>
  271. <![CDATA[图3.用户登录日统计]]></O>
  272. <PrivilegeControl/>
  273. <CellGUIAttr showAsHTML="true"/>
  274. <CellPageAttr/>
  275. <CellInsertPolicy/>
  276. <Expand dir="0"/>
  277. </C>
  278. <C c="0" r="14" cs="9" s="8">
  279. <O>
  280. <![CDATA[图4.用户登录年累计]]></O>
  281. <PrivilegeControl/>
  282. <CellGUIAttr showAsHTML="true"/>
  283. <CellPageAttr/>
  284. <CellInsertPolicy/>
  285. <Expand dir="0"/>
  286. </C>
  287. <C c="0" r="15" cs="9" s="6">
  288. <O>
  289. <![CDATA[ (二)平台访问情况]]></O>
  290. <PrivilegeControl/>
  291. <Expand/>
  292. </C>
  293. <C c="0" r="16" cs="9" s="7">
  294. <O t="DSColumn">
  295. <Attributes dsName="ds_intervie" columnName="total_number"/>
  296. <Condition class="com.fr.data.condition.ListCondition"/>
  297. <Complex/>
  298. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  299. <Result>
  300. <![CDATA[="&nbsp;&nbsp;&nbsp;&nbsp;平台本日总访问次数为"+total_number+"次,其中未注册用户访问"+unregister_number+"次,注册用户访问"+register_number+"次。平台累计访问次数"+round(total_number_all/10000,2)+"万次。"]]></Result>
  301. <Parameters/>
  302. </O>
  303. <PrivilegeControl/>
  304. <CellGUIAttr adjustmode="1" showAsHTML="true"/>
  305. <CellPageAttr/>
  306. <CellInsertPolicy/>
  307. <Expand dir="0"/>
  308. </C>
  309. <C c="0" r="18" cs="9" s="8">
  310. <O>
  311. <![CDATA[图5.访问量日统计]]></O>
  312. <PrivilegeControl/>
  313. <CellGUIAttr showAsHTML="true"/>
  314. <CellPageAttr/>
  315. <CellInsertPolicy/>
  316. <Expand dir="0"/>
  317. </C>
  318. <C c="0" r="20" cs="9" s="8">
  319. <O>
  320. <![CDATA[图6.访问量年累计]]></O>
  321. <PrivilegeControl/>
  322. <CellGUIAttr showAsHTML="true"/>
  323. <CellPageAttr/>
  324. <CellInsertPolicy/>
  325. <Expand dir="0"/>
  326. </C>
  327. <C c="0" r="21" cs="9" s="7">
  328. <O t="XMLable" class="com.fr.base.Formula">
  329. <Attributes>
  330. <![CDATA[="&nbsp;&nbsp;&nbsp;&nbsp;各栏目本日访问数据见下表。"]]></Attributes>
  331. </O>
  332. <PrivilegeControl/>
  333. <CellGUIAttr showAsHTML="true"/>
  334. <CellPageAttr/>
  335. <CellInsertPolicy/>
  336. <Expand dir="0"/>
  337. </C>
  338. <C c="0" r="22" cs="9" s="8">
  339. <O>
  340. <![CDATA[表1.用户访问数据统计表]]></O>
  341. <PrivilegeControl/>
  342. <CellGUIAttr showAsHTML="true"/>
  343. <CellPageAttr/>
  344. <CellInsertPolicy/>
  345. <Expand dir="0"/>
  346. </C>
  347. <C c="0" r="23" s="9">
  348. <O>
  349. <![CDATA[序号]]></O>
  350. <PrivilegeControl/>
  351. <CellGUIAttr showAsDefault="true"/>
  352. <CellPageAttr/>
  353. <Expand/>
  354. </C>
  355. <C c="1" r="23" s="9">
  356. <O>
  357. <![CDATA[栏目]]></O>
  358. <PrivilegeControl/>
  359. <CellGUIAttr showAsDefault="true"/>
  360. <CellPageAttr/>
  361. <Expand/>
  362. </C>
  363. <C c="2" r="23" cs="2" s="9">
  364. <O>
  365. <![CDATA[栏目]]></O>
  366. <PrivilegeControl/>
  367. <CellGUIAttr showAsDefault="true"/>
  368. <CellPageAttr/>
  369. <Expand/>
  370. </C>
  371. <C c="4" r="23" cs="2" s="9">
  372. <O>
  373. <![CDATA[未注册用户\\n访问次数]]></O>
  374. <PrivilegeControl/>
  375. <CellGUIAttr showAsDefault="true"/>
  376. <CellPageAttr/>
  377. <Expand/>
  378. </C>
  379. <C c="6" r="23" cs="2" s="9">
  380. <O>
  381. <![CDATA[注册用户\\n访问次数]]></O>
  382. <PrivilegeControl/>
  383. <CellGUIAttr showAsDefault="true"/>
  384. <CellPageAttr/>
  385. <Expand/>
  386. </C>
  387. <C c="8" r="23" s="9">
  388. <O>
  389. <![CDATA[总访问次数]]></O>
  390. <PrivilegeControl/>
  391. <CellGUIAttr showAsDefault="true"/>
  392. <CellPageAttr/>
  393. <Expand/>
  394. </C>
  395. <C c="0" r="24" s="10">
  396. <O t="XMLable" class="com.fr.base.Formula">
  397. <Attributes>
  398. <![CDATA[=seq()]]></Attributes>
  399. </O>
  400. <PrivilegeControl/>
  401. <CellPageAttr/>
  402. <CellInsertPolicy/>
  403. <Expand leftParentDefault="false" left="D25"/>
  404. </C>
  405. <C c="1" r="24" s="10">
  406. <PrivilegeControl/>
  407. <Expand/>
  408. </C>
  409. <C c="2" r="24" cs="2" s="10">
  410. <O t="DSColumn">
  411. <Attributes dsName="ds_interview_type" columnName="data_type"/>
  412. <Complex/>
  413. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  414. <Parameters/>
  415. </O>
  416. <PrivilegeControl/>
  417. <Expand dir="0"/>
  418. </C>
  419. <C c="4" r="24" cs="2" s="10">
  420. <O t="DSColumn">
  421. <Attributes dsName="ds_interview_type" columnName="unregister_number"/>
  422. <Condition class="com.fr.data.condition.ListCondition"/>
  423. <Complex/>
  424. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  425. <Result>
  426. <![CDATA[$$$]]></Result>
  427. <Parameters/>
  428. </O>
  429. <PrivilegeControl/>
  430. <Expand dir="0"/>
  431. </C>
  432. <C c="6" r="24" cs="2" s="10">
  433. <O t="DSColumn">
  434. <Attributes dsName="ds_interview_type" columnName="register_number"/>
  435. <Complex/>
  436. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  437. <Parameters/>
  438. </O>
  439. <PrivilegeControl/>
  440. <Expand dir="0"/>
  441. </C>
  442. <C c="8" r="24" s="10">
  443. <O t="DSColumn">
  444. <Attributes dsName="ds_interview_type" columnName="sum_number"/>
  445. <Complex/>
  446. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  447. <Parameters/>
  448. </O>
  449. <PrivilegeControl/>
  450. <Expand dir="0"/>
  451. </C>
  452. <C c="0" r="25" cs="4" s="9">
  453. <O>
  454. <![CDATA[总计]]></O>
  455. <PrivilegeControl/>
  456. <CellGUIAttr showAsDefault="true"/>
  457. <CellPageAttr/>
  458. <Expand/>
  459. </C>
  460. <C c="4" r="25" cs="2" s="9">
  461. <O t="XMLable" class="com.fr.base.Formula">
  462. <Attributes>
  463. <![CDATA[=sum(E25)]]></Attributes>
  464. </O>
  465. <PrivilegeControl/>
  466. <CellGUIAttr showAsDefault="true"/>
  467. <CellPageAttr/>
  468. <Expand/>
  469. </C>
  470. <C c="6" r="25" cs="2" s="9">
  471. <O t="XMLable" class="com.fr.base.Formula">
  472. <Attributes>
  473. <![CDATA[=sum(G25)]]></Attributes>
  474. </O>
  475. <PrivilegeControl/>
  476. <CellGUIAttr showAsDefault="true"/>
  477. <CellPageAttr/>
  478. <Expand/>
  479. </C>
  480. <C c="8" r="25" s="9">
  481. <O t="XMLable" class="com.fr.base.Formula">
  482. <Attributes>
  483. <![CDATA[=sum(I25)]]></Attributes>
  484. </O>
  485. <PrivilegeControl/>
  486. <CellGUIAttr showAsDefault="true"/>
  487. <CellPageAttr/>
  488. <Expand/>
  489. </C>
  490. <C c="0" r="27" cs="9" s="6">
  491. <O>
  492. <![CDATA[ (三)数据更新情况]]></O>
  493. <PrivilegeControl/>
  494. <Expand/>
  495. </C>
  496. <C c="0" r="28" cs="9" s="7">
  497. <O t="DSColumn">
  498. <Attributes dsName="ds_buisness_data_total" columnName="update_number_all"/>
  499. <Condition class="com.fr.data.condition.ListCondition"/>
  500. <Complex/>
  501. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  502. <Result>
  503. <![CDATA[="&nbsp;&nbsp;&nbsp;&nbsp;平台本日业务数据更新"+update_number+"条"+if(update_number>0,update_info,"")+"。平台业务数据累计"+round(update_number_all/10000,2)+"万条。"]]></Result>
  504. <Parameters/>
  505. </O>
  506. <PrivilegeControl/>
  507. <CellGUIAttr showAsHTML="true"/>
  508. <CellPageAttr/>
  509. <CellInsertPolicy/>
  510. <Expand dir="0"/>
  511. </C>
  512. <C c="0" r="29" cs="9" s="8">
  513. <O>
  514. <![CDATA[图7.业务数据日统计]]></O>
  515. <PrivilegeControl/>
  516. <CellGUIAttr showAsHTML="true"/>
  517. <CellPageAttr/>
  518. <CellInsertPolicy/>
  519. <Expand dir="0"/>
  520. </C>
  521. <C c="0" r="31" cs="9" s="8">
  522. <O>
  523. <![CDATA[图8.业务数据年累计]]></O>
  524. <PrivilegeControl/>
  525. <CellGUIAttr showAsHTML="true"/>
  526. <CellPageAttr/>
  527. <CellInsertPolicy/>
  528. <Expand dir="0"/>
  529. </C>
  530. <C c="0" r="32" cs="9" s="7">
  531. <O t="XMLable" class="com.fr.base.Formula">
  532. <Attributes>
  533. <![CDATA[="&nbsp;&nbsp;&nbsp;&nbsp;各模块业务数据统计结果见下表。"]]></Attributes>
  534. </O>
  535. <PrivilegeControl/>
  536. <CellGUIAttr showAsHTML="true"/>
  537. <CellPageAttr/>
  538. <CellInsertPolicy/>
  539. <Expand dir="0"/>
  540. </C>
  541. <C c="0" r="33" cs="9" s="8">
  542. <O>
  543. <![CDATA[表2.业务数据统计表]]></O>
  544. <PrivilegeControl/>
  545. <CellGUIAttr showAsHTML="true"/>
  546. <CellPageAttr/>
  547. <CellInsertPolicy/>
  548. <Expand dir="0"/>
  549. </C>
  550. <C c="0" r="34" s="9">
  551. <O>
  552. <![CDATA[序号]]></O>
  553. <PrivilegeControl/>
  554. <CellGUIAttr showAsDefault="true"/>
  555. <CellPageAttr/>
  556. <Expand/>
  557. </C>
  558. <C c="1" r="34" s="9">
  559. <O>
  560. <![CDATA[栏目]]></O>
  561. <PrivilegeControl/>
  562. <CellGUIAttr showAsDefault="true"/>
  563. <CellPageAttr/>
  564. <Expand/>
  565. </C>
  566. <C c="2" r="34" cs="2" s="9">
  567. <O>
  568. <![CDATA[栏目]]></O>
  569. <PrivilegeControl/>
  570. <CellGUIAttr showAsDefault="true"/>
  571. <CellPageAttr/>
  572. <Expand/>
  573. </C>
  574. <C c="4" r="34" cs="2" s="9">
  575. <O>
  576. <![CDATA[本日更新量\\n新增或修改]]></O>
  577. <PrivilegeControl/>
  578. <CellGUIAttr showAsDefault="true"/>
  579. <CellPageAttr/>
  580. <Expand/>
  581. </C>
  582. <C c="6" r="34" cs="2" s="9">
  583. <O>
  584. <![CDATA[累计业务数据量]]></O>
  585. <PrivilegeControl/>
  586. <CellGUIAttr showAsDefault="true"/>
  587. <CellPageAttr/>
  588. <Expand/>
  589. </C>
  590. <C c="8" r="34" s="9">
  591. <O>
  592. <![CDATA[责任部门]]></O>
  593. <PrivilegeControl/>
  594. <CellGUIAttr showAsDefault="true"/>
  595. <CellPageAttr/>
  596. <Expand/>
  597. </C>
  598. <C c="0" r="35" s="10">
  599. <O t="XMLable" class="com.fr.base.Formula">
  600. <Attributes>
  601. <![CDATA[=seq()]]></Attributes>
  602. </O>
  603. <PrivilegeControl/>
  604. <Present class="com.fr.base.present.FormulaPresent">
  605. <Content>
  606. <![CDATA[=seq(1)]]></Content>
  607. </Present>
  608. <Expand extendable="1" leftParentDefault="false" left="E36"/>
  609. </C>
  610. <C c="1" r="35" s="10">
  611. <PrivilegeControl/>
  612. <Expand/>
  613. </C>
  614. <C c="2" r="35" cs="2" s="10">
  615. <O t="DSColumn">
  616. <Attributes dsName="ds_buisness_data" columnName="DICT_NAME"/>
  617. <Complex/>
  618. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  619. <Parameters/>
  620. </O>
  621. <PrivilegeControl/>
  622. <Expand dir="0" leftParentDefault="false"/>
  623. </C>
  624. <C c="4" r="35" cs="2" s="10">
  625. <O t="DSColumn">
  626. <Attributes dsName="ds_buisness_data" columnName="update_number"/>
  627. <Complex/>
  628. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  629. <Parameters/>
  630. </O>
  631. <PrivilegeControl/>
  632. <Expand dir="0"/>
  633. </C>
  634. <C c="6" r="35" cs="2" s="10">
  635. <O t="DSColumn">
  636. <Attributes dsName="ds_buisness_data" columnName="update_number_all"/>
  637. <Complex/>
  638. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  639. <Parameters/>
  640. </O>
  641. <PrivilegeControl/>
  642. <Expand dir="0"/>
  643. </C>
  644. <C c="8" r="35" s="10">
  645. <O t="DSColumn">
  646. <Attributes dsName="ds_buisness_data" columnName="DICT_DESCRIPTION"/>
  647. <Complex/>
  648. <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
  649. <Parameters/>
  650. </O>
  651. <PrivilegeControl/>
  652. <Expand dir="0"/>
  653. </C>
  654. <C c="0" r="36" cs="4" s="9">
  655. <O>
  656. <![CDATA[总计]]></O>
  657. <PrivilegeControl/>
  658. <CellGUIAttr showAsDefault="true"/>
  659. <CellPageAttr/>
  660. <Expand/>
  661. </C>
  662. <C c="4" r="36" cs="2" s="9">
  663. <O t="XMLable" class="com.fr.base.Formula">
  664. <Attributes>
  665. <![CDATA[=sum(E36)]]></Attributes>
  666. </O>
  667. <PrivilegeControl/>
  668. <CellGUIAttr showAsDefault="true"/>
  669. <CellPageAttr/>
  670. <Expand/>
  671. </C>
  672. <C c="6" r="36" cs="2" s="9">
  673. <O t="XMLable" class="com.fr.base.Formula">
  674. <Attributes>
  675. <![CDATA[=sum(G36)]]></Attributes>
  676. </O>
  677. <PrivilegeControl/>
  678. <CellGUIAttr showAsDefault="true"/>
  679. <CellPageAttr/>
  680. <Expand/>
  681. </C>
  682. <C c="8" r="36" s="9">
  683. <PrivilegeControl/>
  684. <CellGUIAttr showAsDefault="true"/>
  685. <CellPageAttr/>
  686. <Expand/>
  687. </C>
  688. <C c="0" r="38" cs="9" s="5">
  689. <O>
  690. <![CDATA[ 二、工作进展情况]]></O>
  691. <PrivilegeControl/>
  692. <Expand/>
  693. </C>
  694. <C c="0" r="39" cs="9" s="6">
  695. <O>
  696. <![CDATA[ (一)秘书局]]></O>
  697. <PrivilegeControl/>
  698. <Expand/>
  699. </C>
  700. <C c="0" r="40" cs="9" s="11">
  701. <O>
  702. <![CDATA[ 秘书局工作。]]></O>
  703. <PrivilegeControl/>
  704. <CellGUIAttr showAsHTML="true"/>
  705. <CellPageAttr/>
  706. <CellInsertPolicy/>
  707. <Expand dir="0"/>
  708. </C>
  709. <C c="0" r="41" cs="9" s="6">
  710. <O>
  711. <![CDATA[ (二)运行局]]></O>
  712. <PrivilegeControl/>
  713. <Expand/>
  714. </C>
  715. <C c="0" r="42" cs="9" s="11">
  716. <O>
  717. <![CDATA[ 运行局工作。]]></O>
  718. <PrivilegeControl/>
  719. <CellGUIAttr showAsHTML="true"/>
  720. <CellPageAttr/>
  721. <CellInsertPolicy/>
  722. <Expand dir="0"/>
  723. </C>
  724. <C c="0" r="43" cs="9" s="6">
  725. <O>
  726. <![CDATA[ (三)发展局]]></O>
  727. <PrivilegeControl/>
  728. <Expand/>
  729. </C>
  730. <C c="0" r="44" cs="9" s="7">
  731. <O>
  732. <![CDATA[ 发展局工作。]]></O>
  733. <PrivilegeControl/>
  734. <CellGUIAttr showAsHTML="true"/>
  735. <CellPageAttr/>
  736. <CellInsertPolicy/>
  737. <Expand dir="0"/>
  738. </C>
  739. <C c="0" r="45" cs="9" s="6">
  740. <O>
  741. <![CDATA[ (四)合作局]]></O>
  742. <PrivilegeControl/>
  743. <Expand/>
  744. </C>
  745. <C c="0" r="46" cs="9" s="7">
  746. <O>
  747. <![CDATA[ 合作局工作。]]></O>
  748. <PrivilegeControl/>
  749. <CellGUIAttr showAsHTML="true"/>
  750. <CellPageAttr/>
  751. <CellInsertPolicy/>
  752. <Expand dir="0"/>
  753. </C>
  754. <C c="0" r="47" cs="9" s="6">
  755. <O>
  756. <![CDATA[ (五)保障局]]></O>
  757. <PrivilegeControl/>
  758. <Expand/>
  759. </C>
  760. <C c="0" r="48" cs="9" s="7">
  761. <O>
  762. <![CDATA[ 保障局工作。]]></O>
  763. <PrivilegeControl/>
  764. <CellGUIAttr showAsHTML="true"/>
  765. <CellPageAttr/>
  766. <CellInsertPolicy/>
  767. <Expand dir="0"/>
  768. </C>
  769. <C c="0" r="49" cs="9" s="12">
  770. <PrivilegeControl/>
  771. <CellGUIAttr showAsHTML="true"/>
  772. <CellPageAttr/>
  773. <CellInsertPolicy/>
  774. <Expand dir="0"/>
  775. </C>
  776. <C c="0" r="50" cs="9" s="7">
  777. <O>
  778. <![CDATA[ 附件:平台访问数据统计图]]></O>
  779. <PrivilegeControl/>
  780. <CellGUIAttr showAsHTML="true"/>
  781. <CellPageAttr/>
  782. <CellInsertPolicy/>
  783. <Expand dir="0"/>
  784. </C>
  785. </CellElementList>
  786. <ReportAttrSet>
  787. <ReportSettings headerHeight="0" footerHeight="0">
  788. <PaperSetting>
  789. <Margin top="5040000" left="4032000" bottom="5040000" right="4032000"/>
  790. </PaperSetting>
  791. </ReportSettings>
  792. <Header reportPageType="0">
  793. <Background name="NullBackground"/>
  794. <LeftList/>
  795. <CenterList/>
  796. <RightList/>
  797. </Header>
  798. <Footer reportPageType="0">
  799. <Background name="NullBackground"/>
  800. <LeftList/>
  801. <CenterList/>
  802. <RightList/>
  803. </Footer>
  804. </ReportAttrSet>
  805. <PrivilegeControl/>
  806. </Report>
  807. <ReportParameterAttr>
  808. <Attributes showWindow="true" delayPlaying="true" windowPosition="1" align="0" useParamsTemplate="true"/>
  809. <PWTitle>
  810. <![CDATA[参数]]></PWTitle>
  811. <Parameter>
  812. <Attributes name="p_day"/>
  813. <O>
  814. <![CDATA[2021-05-26]]></O>
  815. </Parameter>
  816. </ReportParameterAttr>
  817. <StyleList>
  818. <Style horizontal_alignment="0" imageLayout="1">
  819. <FRFont name="宋体" style="0" size="208"/>
  820. <Background name="NullBackground"/>
  821. <Border/>
  822. </Style>
  823. <Style horizontal_alignment="2" imageLayout="1">
  824. <FRFont name="仿宋" style="0" size="128"/>
  825. <Background name="NullBackground"/>
  826. <Border>
  827. <Top color="-16777216"/>
  828. <Bottom color="-16777216"/>
  829. <Left color="-16777216"/>
  830. <Right color="-16777216"/>
  831. </Border>
  832. </Style>
  833. <Style imageLayout="1">
  834. <FRFont name="仿宋" style="0" size="128"/>
  835. <Background name="NullBackground"/>
  836. <Border>
  837. <Top color="-16777216"/>
  838. <Bottom color="-16777216"/>
  839. <Left color="-16777216"/>
  840. <Right color="-16777216"/>
  841. </Border>
  842. </Style>
  843. <Style horizontal_alignment="4" imageLayout="1">
  844. <FRFont name="仿宋" style="0" size="128"/>
  845. <Background name="NullBackground"/>
  846. <Border>
  847. <Top color="-16777216"/>
  848. <Bottom color="-16777216"/>
  849. <Left color="-16777216"/>
  850. <Right color="-16777216"/>
  851. </Border>
  852. </Style>
  853. <Style imageLayout="1">
  854. <FRFont name="SimSun" style="0" size="72"/>
  855. <Background name="ColorBackground" color="-1"/>
  856. <Border>
  857. <Top style="2" color="-65536"/>
  858. <Bottom color="-65536"/>
  859. <Left color="-65536"/>
  860. <Right color="-65536"/>
  861. </Border>
  862. </Style>
  863. <Style imageLayout="1" paddingLeft="0" paddingRight="0">
  864. <FRFont name="黑体" style="0" size="152"/>
  865. <Background name="NullBackground"/>
  866. <Border/>
  867. </Style>
  868. <Style imageLayout="1" paddingLeft="0" paddingRight="0">
  869. <FRFont name="楷体" style="0" size="152"/>
  870. <Background name="NullBackground"/>
  871. <Border/>
  872. </Style>
  873. <Style horizontal_alignment="2" imageLayout="1" paddingLeft="0" paddingRight="0">
  874. <FRFont name="仿宋" style="0" size="152"/>
  875. <Background name="NullBackground"/>
  876. <Border/>
  877. </Style>
  878. <Style horizontal_alignment="0" imageLayout="1" paddingLeft="0" paddingRight="0">
  879. <FRFont name="仿宋" style="0" size="112"/>
  880. <Background name="NullBackground"/>
  881. <Border/>
  882. </Style>
  883. <Style horizontal_alignment="0" imageLayout="1">
  884. <FRFont name="仿宋" style="1" size="112"/>
  885. <Background name="ColorBackground" color="-4144960"/>
  886. <Border>
  887. <Top style="1"/>
  888. <Bottom style="1"/>
  889. <Left style="1"/>
  890. <Right style="1"/>
  891. </Border>
  892. </Style>
  893. <Style horizontal_alignment="0" imageLayout="1">
  894. <FRFont name="仿宋" style="0" size="112"/>
  895. <Background name="NullBackground"/>
  896. <Border>
  897. <Top style="1"/>
  898. <Bottom style="1"/>
  899. <Left style="1"/>
  900. <Right style="1"/>
  901. </Border>
  902. </Style>
  903. <Style imageLayout="1" paddingLeft="0" paddingRight="0">
  904. <FRFont name="仿宋" style="0" size="152"/>
  905. <Background name="NullBackground"/>
  906. <Border/>
  907. </Style>
  908. <Style horizontal_alignment="2" imageLayout="1" paddingLeft="0" paddingRight="0">
  909. <FRFont name="仿宋" style="0" size="128"/>
  910. <Background name="NullBackground"/>
  911. <Border/>
  912. </Style>
  913. </StyleList>
  914. <DesignerVersion DesignerVersion="KAA"/>
  915. <PreviewType PreviewType="0"/>
  916. <TemplateIdAttMark class="com.fr.base.iofile.attr.TemplateIdAttrMark">
  917. <TemplateIdAttMark TemplateId="22d859a6-fca0-4532-8764-9cd1e8635046"/>
  918. </TemplateIdAttMark>
  919. </WorkBook>