|
@@ -98,9 +98,11 @@
|
|
|
<span>所在班级:${studentInfo.grade!} ${studentInfo.clazz!}</span>
|
|
|
</div>
|
|
|
</#if>
|
|
|
+ <#if studentInfo.subject.name?default("")?trim?length gt 1>
|
|
|
<div class="iInfo">
|
|
|
<span>所在声部:${studentInfo.subject.name!}</span>
|
|
|
</div>
|
|
|
+ </#if>
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -174,7 +176,7 @@
|
|
|
<span>日期:${.now?string("yyyy年MM月dd日")}</span>
|
|
|
</div>
|
|
|
</#if>
|
|
|
- <div class="sign">乙方签字:${studentInfo.parentsName!}
|
|
|
+ <div class="sign">乙方签字:${studentInfo.realName!}
|
|
|
<span>日期:${.now?string("yyyy年MM月dd日")} </span>
|
|
|
</div>
|
|
|
<#else>
|