This commit is contained in:
杨海航
2025-04-15 11:57:36 +08:00
parent 6eda4c4989
commit 1ada32b3a8

View File

@@ -446,6 +446,8 @@ public class IdentifyBookServiceImpl extends ServiceImpl<IdentifyBookMapper, Ide
retTemplateParameter.put("materialCharacterDesc", identificationBookDTO.getMaterialCharacterDesc());
retTemplateParameter.put("materialIngredient", identificationBookDTO.getMaterialIngredient());
retTemplateParameter.put("testStartDate", identificationBookDTO.getTestStartDate());
retTemplateParameter.put("testFinishDate", identificationBookDTO.getTestFinishDate());
System.out.println("打印的实验结束时间:" + identificationBookDTO.getTestFinishDate());
retTemplateParameter.put("testMethod", identificationBookDTO.getTestMethod());
retTemplateParameter.put("testResult", identificationBookDTO.getTestResult());