update
This commit is contained in:
@@ -446,6 +446,8 @@ public class IdentifyBookServiceImpl extends ServiceImpl<IdentifyBookMapper, Ide
|
|||||||
retTemplateParameter.put("materialCharacterDesc", identificationBookDTO.getMaterialCharacterDesc());
|
retTemplateParameter.put("materialCharacterDesc", identificationBookDTO.getMaterialCharacterDesc());
|
||||||
retTemplateParameter.put("materialIngredient", identificationBookDTO.getMaterialIngredient());
|
retTemplateParameter.put("materialIngredient", identificationBookDTO.getMaterialIngredient());
|
||||||
retTemplateParameter.put("testStartDate", identificationBookDTO.getTestStartDate());
|
retTemplateParameter.put("testStartDate", identificationBookDTO.getTestStartDate());
|
||||||
|
retTemplateParameter.put("testFinishDate", identificationBookDTO.getTestFinishDate());
|
||||||
|
System.out.println("打印的实验结束时间:" + identificationBookDTO.getTestFinishDate());
|
||||||
retTemplateParameter.put("testMethod", identificationBookDTO.getTestMethod());
|
retTemplateParameter.put("testMethod", identificationBookDTO.getTestMethod());
|
||||||
retTemplateParameter.put("testResult", identificationBookDTO.getTestResult());
|
retTemplateParameter.put("testResult", identificationBookDTO.getTestResult());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user