|
@@ -6855,11 +6855,7 @@
|
|
|
<w:sz w:val="24"/>
|
|
|
<w:szCs w:val="24"/>
|
|
|
</w:rPr>
|
|
|
- <#if sampleAnimal.commission.rodent.ext?? && sampleAnimal.commission.rodent.ext?contains('小鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(sampleAnimal.commission.rodent.ext, '$.animalType', 'contain', '小鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -6892,11 +6888,7 @@
|
|
|
<w:sz w:val="24"/>
|
|
|
<w:szCs w:val="24"/>
|
|
|
</w:rPr>
|
|
|
- <#if sampleAnimal.commission.rodent.ext?? && sampleAnimal.commission.rodent.ext?contains('大鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(sampleAnimal.commission.rodent.ext, '$.animalType', 'contain', '大鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -6929,11 +6921,7 @@
|
|
|
<w:sz w:val="24"/>
|
|
|
<w:szCs w:val="24"/>
|
|
|
</w:rPr>
|
|
|
- <#if sampleAnimal.commission.rodent.ext?? && sampleAnimal.commission.rodent.ext?contains('豚鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(sampleAnimal.commission.rodent.ext, '$.animalType', 'contain', '豚鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -6966,11 +6954,7 @@
|
|
|
<w:sz w:val="24"/>
|
|
|
<w:szCs w:val="24"/>
|
|
|
</w:rPr>
|
|
|
- <#if sampleAnimal.commission.rodent.ext?? && sampleAnimal.commission.rodent.ext?contains('地鼠') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(sampleAnimal.commission.rodent.ext, '$.animalType', 'contain', '地鼠', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -7003,11 +6987,7 @@
|
|
|
<w:sz w:val="24"/>
|
|
|
<w:szCs w:val="24"/>
|
|
|
</w:rPr>
|
|
|
- <#if sampleAnimal.commission.rodent.ext?? && sampleAnimal.commission.rodent.ext?contains('兔') >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F052"/>
|
|
|
- <#else >
|
|
|
- <w:sym w:font="Wingdings 2" w:char="F0A3"/>
|
|
|
- </#if>
|
|
|
+ ${myJsonFilter(sampleAnimal.commission.rodent.ext, '$.animalType', 'contain', '兔', 'check')}
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|