Przeglądaj źródła

动物样本附件调整

陈长荣 1 miesiąc temu
rodzic
commit
6bfcc954d0

+ 3 - 1
jfcloud-gene-biz/src/main/resources/ftlTemplate/animalSampleTesting.ftl

@@ -1892,7 +1892,7 @@
 										<w:rPr>
 											<w:rFonts w:hint="default"/>
 										</w:rPr>
-										<w:t xml:space="preserve">${sampleAnimal.sampleCheckNum!}</w:t>
+										<w:t xml:space="preserve">${sampleAnimal.lisSampleTypeName!}</w:t>
 									</w:r>
 								</w:p>
 							</w:tc>
@@ -2576,7 +2576,9 @@
 											<w:rFonts w:hint="default"/>
                                             <w:u w:val="single"/>
 										</w:rPr>
+                                        <#if myJsonFilter(sampleAnimal.handoverRemark, '', 'comma_contain', '其他', 'bool')>
 										<w:t xml:space="preserve">${sampleAnimal.handoverRemarkOther!}</w:t>
+                                        </#if>
 									</w:r>
 								</w:p>
 							</w:tc>