ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonatebaseinfoController.java
@@ -183,8 +183,8 @@ } @ApiOperation("è·åæç®ç¼å·") @GetMapping("/donatenumber") public AjaxResult getDonateNumber(ServiceDonatebaseinfo serviceDonatebaseinfo) { @PostMapping("/donatenumber") public AjaxResult getDonateNumber(@RequestBody ServiceDonatebaseinfo serviceDonatebaseinfo) { log.info("è·åæç®ç¼å·ï¼{}", serviceDonatebaseinfo); return AjaxResult.success(serviceDonatebaseinfoService.getDonateNumber(serviceDonatebaseinfo)); } ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonationwitnessController.java
@@ -130,15 +130,16 @@ @RepeatSubmit public AjaxResult add(@RequestBody ServiceDonationwitness serviceDonationwitness) { boolean save = serviceDonationwitnessService.save(serviceDonationwitness); if (save) { //çæâæç®è ç¼å·â ServiceDonatebaseinfo serviceDonatebaseinfo = serviceDonatebaseinfoService.getById(serviceDonationwitness.getInfoid()); log.info("serviceDonatebaseinfoçä¿¡æ¯ä¸º{}", serviceDonatebaseinfo); String donorno = serviceDonatebaseinfoService.getDonateNumber(serviceDonatebaseinfo); log.info("çæçæç®è ç¼å·ä¸º:{}", donorno); serviceDonatebaseinfo.setDonorno(donorno); serviceDonatebaseinfoService.updateById(serviceDonatebaseinfo); } log.info("æ°å¢æç®è§è¯æ¯å¦æåï¼{},id为ï¼{},infoId为ï¼{}", save, serviceDonationwitness.getId(), serviceDonationwitness.getInfoid()); // if (save) { // //çæâæç®è ç¼å·â // ServiceDonatebaseinfo serviceDonatebaseinfo = serviceDonatebaseinfoService.getById(serviceDonationwitness.getInfoid()); // log.info("serviceDonatebaseinfoçä¿¡æ¯ä¸º{}", serviceDonatebaseinfo); // String donorno = serviceDonatebaseinfoService.getDonateNumber(serviceDonatebaseinfo); // log.info("çæçæç®è ç¼å·ä¸º:{}", donorno); // serviceDonatebaseinfo.setDonorno(donorno); // serviceDonatebaseinfoService.updateById(serviceDonatebaseinfo); // } return AjaxResult.success(serviceDonationwitness); } @@ -151,6 +152,8 @@ @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody ServiceDonationwitness serviceDonationwitness) { log.info("æ°å¢æç®è§è¯id为ï¼{},infoId为ï¼{}", serviceDonationwitness.getId(), serviceDonationwitness.getInfoid()); int last = -1; if (StringUtils.isNotEmpty(serviceDonationwitness.getDonorno())) { last = serviceDonationwitness.getDonorno().lastIndexOf("*"); ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceEthicalreviewopinionsController.java
@@ -75,7 +75,7 @@ //@PreAuthorize("@ss.hasPermi('project:ethicalreviewopinions:add')") @Log(title = "伦ç审æ¥ä¸å®¶æè§", businessType = BusinessType.INSERT) @PostMapping("/add") @NotRepeatCommit(key = "param:arg[1]", value = 30000) // @NotRepeatCommit(key = "param:arg[1]", value = 30000) public AjaxResult add(@RequestBody ServiceEthicalreviewopinions serviceEthicalreviewopinions) { boolean save = serviceEthicalreviewopinionsService.save(serviceEthicalreviewopinions); return AjaxResult.success(serviceEthicalreviewopinions); @@ -87,7 +87,7 @@ //@PreAuthorize("@ss.hasPermi('project:ethicalreviewopinions:edit')") @Log(title = "伦ç审æ¥ä¸å®¶æè§", businessType = BusinessType.UPDATE) @PostMapping("/edit") @RepeatSubmit // @RepeatSubmit public AjaxResult edit(@RequestBody ServiceEthicalreviewopinions serviceEthicalreviewopinions) { return toAjax(serviceEthicalreviewopinionsService.updateById(serviceEthicalreviewopinions)); } ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundController.java
@@ -178,7 +178,7 @@ Collections.sort(list, new Comparator<SpFinancialExpensesFundOut>() { @Override public int compare(SpFinancialExpensesFundOut o1, SpFinancialExpensesFundOut o2) { return o1.getCreateTime().compareTo(o2.getCreateTime()); return o1.getApplyTime().compareTo(o2.getApplyTime()); } }); return getCustomDataTable(list, pageNum, pageSize); @@ -585,7 +585,7 @@ @GetMapping(value = "/downloadLW/{id}") public Map downloadInfoLW(@PathVariable("id") Long id) throws IOException { Map dataMap = new HashMap(); getDataLW(dataMap, id); String dataLW = getDataLW(dataMap, id); String filePath = getClass().getResource("/template/").getPath(); System.out.println(filePath); //设置模æ¬è£ ç½®æ¹æ³åè·¯å¾,FreeMarkeræ¯æå¤ç§æ¨¡æ¿è£ è½½æ¹æ³ãå¯ä»¥éservletï¼classpathï¼æ°æ®åºæç¨è£ è½½ï¼ @@ -599,7 +599,11 @@ e.printStackTrace(); } String newTime = String.valueOf(Calendar.getInstance().getTimeInMillis()); String name = "ä¸å®¶å³å¡è´¹åæ¾ç³è¯·å_" + dataMap.get("XM") + "_" + newTime; if (dataLW.equals("4")) { name = "åå ¬è´¹ç¨ç³è¯·å_" + dataMap.get("XM") + "_" + newTime; } //è¾åºææ¡£è·¯å¾ååç§° File outFile = new File(RuoYiConfig.getProfile() + "/download/wordtemplate/" + name + ".doc"); @@ -622,7 +626,7 @@ return map; } private void getDataLW(Map dataMap, Long id) { private String getDataLW(Map dataMap, Long id) { ServiceFund serviceFund = serviceFundService.getById(id); if (serviceFund == null) { throw new ServiceException("ä¸è½½å¤±è´¥ï¼ç¨æ·ä¿¡æ¯åºé", HttpStatus.NO_CONTENT); @@ -754,6 +758,7 @@ dataMap.put("KSLJ", kslj); dataMap.put("SHLJ", shlj); return serviceFund.getApplytype(); } ruoyi-admin/src/main/resources/template/ר¼ÒÀÍÎñ·Ñ·¢·ÅÉêÇëµ¥(1).ftl
@@ -12,7 +12,10 @@ </pkg:part> <pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"> <pkg:xmlData> <w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex" xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex" xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex" xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex" xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex" xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex" xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex" xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex" xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink" xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:oel="http://schemas.microsoft.com/office/2019/extlst" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:document xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:body> <w:p w14:paraId="2B03D239" w14:textId="77777777" w:rsidR="00D61E43" w:rsidRPr="00D61E43" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> @@ -1693,7 +1696,7 @@ </w:p> <w:p w14:paraId="6610F453" w14:textId="77777777" w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1702,7 +1705,7 @@ <w:t>ä¸å¿è´è´£äººï¼</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> </w:r> </w:p> <w:p w14:paraId="3379FABB" w14:textId="77777777" w:rsidR="00196045" w:rsidRDefault="00196045"> @@ -2973,7 +2976,10 @@ </pkg:part> <pkg:part pkg:name="/word/footnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"> <pkg:xmlData> <w:footnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex" xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex" xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex" xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex" xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex" xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex" xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex" xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex" xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink" xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:oel="http://schemas.microsoft.com/office/2019/extlst" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:footnotes xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:footnote w:type="separator" w:id="-1"> <w:p w14:paraId="0DF65365" w14:textId="77777777" w:rsidR="008A0800" w:rsidRDefault="008A0800" w:rsidP="00776A88"> <w:r> @@ -2993,7 +2999,10 @@ </pkg:part> <pkg:part pkg:name="/word/endnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"> <pkg:xmlData> <w:endnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex" xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex" xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex" xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex" xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex" xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex" xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex" xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex" xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink" xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:oel="http://schemas.microsoft.com/office/2019/extlst" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:endnotes xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh wp14"> <w:endnote w:type="separator" w:id="-1"> <w:p w14:paraId="3B7E58DE" w14:textId="77777777" w:rsidR="008A0800" w:rsidRDefault="008A0800" w:rsidP="00776A88"> <w:r> @@ -3275,7 +3284,10 @@ </pkg:part> <pkg:part pkg:name="/word/settings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"> <pkg:xmlData> <w:settings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:settings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:zoom w:percent="90"/> <w:bordersDoNotSurroundHeader/> <w:bordersDoNotSurroundFooter/> @@ -3372,7 +3384,8 @@ </pkg:part> <pkg:part pkg:name="/word/styles.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"> <pkg:xmlData> <w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:docDefaults> <w:rPrDefault> <w:rPr> @@ -3884,7 +3897,8 @@ </pkg:part> <pkg:part pkg:name="/word/webSettings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"> <pkg:xmlData> <w:webSettings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:webSettings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:divs> <w:div w:id="776869707"> <w:bodyDiv w:val="1"/> @@ -3921,7 +3935,8 @@ </pkg:part> <pkg:part pkg:name="/word/fontTable.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"> <pkg:xmlData> <w:fonts xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:fonts xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"> <w:font w:name="ç线"> <w:altName w:val="DengXian"/> <w:panose1 w:val="02010600030101010101"/> @@ -3964,7 +3979,8 @@ </pkg:part> <pkg:part pkg:name="/docProps/core.xml" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml" pkg:padding="256"> <pkg:xmlData> <cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <dc:title/> <dc:subject/> <dc:creator>hzsz</dc:creator> @@ -3979,7 +3995,7 @@ </pkg:part> <pkg:part pkg:name="/docProps/app.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" pkg:padding="256"> <pkg:xmlData> <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"> <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"> <Template>Normal.dotm</Template> <TotalTime>35</TotalTime> <Pages>2</Pages> ruoyi-admin/src/main/resources/template/ר¼ÒÀÍÎñ·Ñ·¢·ÅÉêÇëµ¥.ftl
@@ -1656,7 +1656,7 @@ </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1665,7 +1665,7 @@ <w:t>ä¸å¿è´è´£äººï¼</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> </w:r> </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00196045"> ruoyi-admin/src/main/resources/template/Â×Àíר¼ÒÀÍÎñ·Ñ·¢·ÅÉêÇëµ¥.ftl
@@ -1711,7 +1711,7 @@ </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1720,7 +1720,7 @@ <w:t>ä¸å¿è´è´£äººï¼</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> </w:r> </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00196045"> ruoyi-admin/src/main/resources/template/°ì¹«·ÑÓÃÉêÇëµ¥.ftl
@@ -1060,7 +1060,7 @@ <w:p w14:paraId="3205BD07" w14:textId="77777777" w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1070,7 +1070,7 @@ <w:sz w:val="18"/> <w:szCs w:val="24"/> </w:rPr> <w:t>é¢é¿ï¼${YZ} è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> <w:t>é¢é¿ï¼${YZ} è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> </w:r> </w:p> <w:p w14:paraId="21317D7A" w14:textId="77777777" w:rsidR="00196045" w:rsidRDefault="00196045"> ruoyi-admin/src/main/resources/template/ҽѧ³É±¾·ÑÓÃÉêÇëµ¥.ftl
@@ -1400,7 +1400,7 @@ </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1409,7 +1409,7 @@ <w:t>ä¸å¿è´è´£äººï¼</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> </w:r> </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00196045"> ruoyi-admin/src/main/resources/template/²îÂ÷ѱ¨ÏúÉêÇëµ¥.ftl
@@ -1746,7 +1746,7 @@ </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00D61E43" w:rsidP="00196045"> <w:pPr> <w:ind w:left="840" w:firstLineChars="200" w:firstLine="420"/> <w:ind w:left="0" w:firstLineChars="200" w:firstLine="420"/> </w:pPr> <w:r w:rsidRPr="00D61E43"> <w:rPr> @@ -1755,7 +1755,7 @@ <w:t>ä¸å¿è´è´£äººï¼${ZXFZR}</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼${CWFYZ} ä¸å¡å¯é¢é¿ï¼${YWFYZ} åå ¬å®¤ä¸»ä»»ï¼${BGSZR} åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼${CWBZR} è´¢å¡å®¡æ ¸ï¼${CWSH}</w:t> </w:r> </w:p> <w:p w:rsidR="00196045" w:rsidRDefault="00196045"> ruoyi-admin/src/main/resources/template/·ÑÓñ¨Ïúµ¥.ftl
@@ -1621,7 +1621,7 @@ <w:t>ä¸å¿è´è´£äººï¼</w:t> </w:r> <w:r w:rsidRPr="00D61E43"> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> <w:t xml:space="preserve"> è´¢å¡å¯é¢é¿ï¼ ä¸å¡å¯é¢é¿ï¼ åå ¬å®¤ä¸»ä»»ï¼ åå ¬å®¤å®¡æ ¸ï¼ è´¢å¡é¨ä¸»ä»»ï¼ è´¢å¡å®¡æ ¸ï¼</w:t> </w:r> </w:p> <w:sectPr w:rsidR="00E0316F" w:rsidRPr="00D61E43" w:rsidSect="00D61E43"> ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceDonatebaseinfoServiceImpl.java
@@ -15,6 +15,7 @@ import com.ruoyi.project.mapper.*; import com.ruoyi.project.service.*; import com.ruoyi.system.mapper.SysUserMapper; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; @@ -31,6 +32,7 @@ * @author ruoyi * @date 2021-11-13 */ @Slf4j @Service public class ServiceDonatebaseinfoServiceImpl extends ServiceImpl<ServiceDonatebaseinfoMapper, ServiceDonatebaseinfo> implements IServiceDonatebaseinfoService { @@ -273,6 +275,7 @@ @Override public Map<String, Object> getWorkFlow(Long id) { log.info("getWorkFlowçå ¥åID为ï¼{}", id); //ç¨äºè¿å Map<String, Object> map = new ConcurrentHashMap<>(); @@ -302,14 +305,17 @@ } donatebaseinfo.put("process", ""); //å°è£ serviceDonateorganæ½å¨æç®è¿åæ°æ® log.info("æ£æ¥å°è£ æ½å¨æç®è¿åæ°æ®donatebaseinfoçå¼ä¸ºï¼{}", donatebaseinfo); map.put("donatebaseinfo", donatebaseinfo); //å°è£ å»å¦è¯ä¼° log.info("æ£æ¥serviceDonatebaseinfo.getWorkflow()çå¼ä¸ºï¼{}", serviceDonatebaseinfo.getWorkflow()); Map<String, String> medicalevaluation = new HashMap<>(); if (serviceDonatebaseinfo.getWorkflow() >= 1) { ServiceMedicalevaluation serviceMedicalevaluation = new ServiceMedicalevaluation(); serviceMedicalevaluation.setInfoid(id); List<ServiceMedicalevaluation> serviceMedicalevaluations = serviceMedicalevaluationService.queryList(serviceMedicalevaluation); log.info("æ£æ¥serviceMedicalevaluationServiceçå¼ä¸ºï¼{}", serviceMedicalevaluations.size()); if (!CollectionUtils.isEmpty(serviceMedicalevaluations)) { medicalevaluation.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceMedicalevaluations.get(0).getCreateTime())); medicalevaluation.put("updatetime", serviceMedicalevaluations.get(0).getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceMedicalevaluations.get(0).getUpdateTime()) : null); @@ -332,6 +338,7 @@ } } //å°è£ å»å¦è¯ä¼°è¿åæ°æ® log.info("æ£æ¥å°è£ å»å¦è¯ä¼°è¿åæ°æ®medicalevaluationçå¼ä¸ºï¼{}", medicalevaluation); map.put("medicalevaluation", medicalevaluation); //å°è£ æç®ç¡®è®¤ @@ -340,6 +347,7 @@ ServiceRelativesconfirmation serviceRelativesconfirmation = new ServiceRelativesconfirmation(); serviceRelativesconfirmation.setInfoid(id); List<ServiceRelativesconfirmation> serviceRelativesconfirmations = serviceRelativesconfirmationService.queryList(serviceRelativesconfirmation); log.info("æ£æ¥serviceRelativesconfirmationsçå¼ä¸ºï¼{}", serviceRelativesconfirmations.size()); if (!CollectionUtils.isEmpty(serviceRelativesconfirmations)) { relativesconfirmation.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceRelativesconfirmations.get(0).getCreateTime())); relativesconfirmation.put("updatetime", serviceRelativesconfirmations.get(0).getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceRelativesconfirmations.get(0).getUpdateTime()) : ""); @@ -362,6 +370,7 @@ } } //å°è£ æç®ç¡®è®¤è¿åæ°æ® log.info("æ£æ¥å°è£ æç®ç¡®è®¤è¿åæ°æ®relativesconfirmationçå¼ä¸ºï¼{}", relativesconfirmation); map.put("relativesconfirmation", relativesconfirmation); @@ -371,6 +380,7 @@ ServiceEthicalreviewopinions serviceDonateflowchart = new ServiceEthicalreviewopinions(); serviceDonateflowchart.setInfoid(id); List<ServiceEthicalreviewopinions> serviceEthicalreviewopinionsList = iServiceEthicalreviewopinionsService.queryList(serviceDonateflowchart); log.info("æ£æ¥serviceEthicalreviewopinionsListçå¼ä¸ºï¼{}", serviceEthicalreviewopinionsList.size()); if (!CollectionUtils.isEmpty(serviceEthicalreviewopinionsList)) { donateflowcharts.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceEthicalreviewopinionsList.get(0).getCreateTime())); donateflowcharts.put("updatetime", serviceEthicalreviewopinionsList.get(0).getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceEthicalreviewopinionsList.get(0).getUpdateTime()) : ""); @@ -394,6 +404,7 @@ } } //å°è£ 伦ç审æ¥è¿åæ°æ® log.info("æ£æ¥å°è£ 伦ç审æ¥è¿åæ°æ®donateflowchartsçå¼ä¸ºï¼{}", donateflowcharts); map.put("donateflowcharts", donateflowcharts); //å°è£ å¨å®åé @@ -402,6 +413,7 @@ ServiceDonateorgan serviceDonateorgan = new ServiceDonateorgan(); serviceDonateorgan.setInfoid(id); List<ServiceDonateorgan> serviceDonateorgans = serviceDonateorganService.queryList(serviceDonateorgan); log.info("æ£æ¥serviceDonateorgansçå¼ä¸ºï¼{}", serviceDonateorgans.size()); if (!CollectionUtils.isEmpty(serviceDonateorgans)) { donateorgansService.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonateorgans.get(0).getCreateTime())); donateorgansService.put("updatetime", serviceDonateorgans.get(0).getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonateorgans.get(0).getUpdateTime()) : ""); @@ -424,6 +436,7 @@ donateorgansService.put("process", ""); } } log.info("æ£æ¥å°è£ å¨å®åé è¿åæ°æ®donateorgansServiceçå¼ä¸ºï¼{}", donateorgansService); //å°è£ å¨å®åé è¿åæ°æ® map.put("donateorgansService", donateorgansService); @@ -431,6 +444,7 @@ Map<String, String> donationwitness = new HashMap<>(); if (serviceDonatebaseinfo.getWorkflow() >= 5) { ServiceDonationwitness serviceDonationwitness = serviceDonationwitnessService.getByInfoId(id); log.info("æ£æ¥serviceDonationwitnessçå¼ä¸ºï¼{}", serviceDonationwitness); if (!ObjectUtils.isEmpty(serviceDonationwitness)) { donationwitness.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonationwitness.getCreateTime())); donationwitness.put("updatetime", serviceDonationwitness.getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonationwitness.getUpdateTime()) : ""); @@ -453,6 +467,7 @@ donationwitness.put("process", ""); } } log.info("æ£æ¥å°è£ è·åè§è¯è¿åæ°æ®donationwitnessçå¼ä¸ºï¼{}", donationwitness); //å°è£ è·åè§è¯è¿åæ°æ® map.put("donationwitness", donationwitness); @@ -462,6 +477,7 @@ ServiceDonatecompletioninfo serviceDonatecompletioninfo = new ServiceDonatecompletioninfo(); serviceDonatecompletioninfo.setInfoid(id); List<ServiceDonatecompletioninfo> serviceDonatecompletioninfos = serviceDonatecompletioninfoService.queryList(serviceDonatecompletioninfo); log.info("æ£æ¥serviceDonatecompletioninfosçå¼ä¸ºï¼{}", serviceDonatecompletioninfos); if (!CollectionUtils.isEmpty(serviceDonatecompletioninfos)) { donatecompletioninfo.put("createtime", DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonatecompletioninfos.get(0).getCreateTime())); donatecompletioninfo.put("updatetime", serviceDonatecompletioninfos.get(0).getUpdateTime() != null ? DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss", serviceDonatecompletioninfos.get(0).getUpdateTime()) : ""); @@ -484,6 +500,7 @@ donatecompletioninfo.put("process", ""); } } log.info("æ£æ¥å°è£ 宿ç»è®°è¿åæ°æ®donatecompletioninfoçå¼ä¸ºï¼{}", donatecompletioninfo); //å°è£ 宿ç»è®°è¿åæ°æ® map.put("donatecompletioninfo", donatecompletioninfo);