Browse Source

模板修改

lizhenhao 2 năm trước cách đây
mục cha
commit
d71021642c

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/program/configuration/projectList/service/ProjectListService.java

@@ -875,7 +875,7 @@ public class ProjectListService {
             data.put("correctPersonnel","");
             data.put("executor","");
         }else{
-            data.put("auditPersonnel",UserUtils.get(projectDto.getUpdateBy()).getName());
+            data.put("auditPersonnel",proofreadInfoDto.getProjectManagerName());
             //改正人员签字
             data.put("correctPersonnel",UserUtils.get(proofreadInfoDto.getUpdateBy()).getName());
             //执行人

+ 1 - 1
jeeplus-web/src/main/resources/freemarker/auditRecordFormAfterBinding.ftl

@@ -603,7 +603,7 @@
 				<Cell ss:MergeAcross="4" ss:StyleID="m1443364799436"><ss:Data ss:Type="String"
 																			  xmlns="http://www.w3.org/TR/REC-html40"><Font html:Color="#000000">审核人员签字:${auditPersonnel}</Font><Font
 								html:Face="Arial Narrow" x:Family="Swiss" html:Color="#000000">                                                                                             </Font>
-						<Font html:Color="#000000">${auditDate}</Font></ss:Data></Cell>
+						<Font html:Color="#000000">${correctDate}</Font></ss:Data></Cell>
 			</Row>
 			<Row ss:AutoFitHeight="0" ss:Height="18">
 				<Cell ss:MergeAcross="4" ss:StyleID="m1443364799456"/>