|
|
|
@ -1016,14 +1016,14 @@ public class ErfApprovalReminderServiceImpl implements ErfApprovalReminderServic |
|
|
|
+ "<th align='center'>事业部</th>" |
|
|
|
+ "<th align='center'>试验名称</th>" |
|
|
|
+ "<th align='center'>试验类型</th>" |
|
|
|
+ "<th align='center'>申请人</th>" |
|
|
|
+ "<th align='center'>试验负责人</th>" |
|
|
|
+ "<th align='center'>下达时间</th>" |
|
|
|
+ "</tr></thead><tbody><tr>" |
|
|
|
+ "<td align='center'><b>" + apply.getApplyNo() + "</b></td>" |
|
|
|
+ "<td align='center'>" + nvl(apply.getBuNo()) + "</td>" |
|
|
|
+ "<td>" + nvl(apply.getTitle()) + "</td>" |
|
|
|
+ "<td align='center'>" + nvl(apply.getExperimentType()) + "</td>" |
|
|
|
+ "<td align='center'>" + nvl(apply.getCreatorName()) + "</td>" |
|
|
|
+ "<td align='center'>" + nvl(apply.getProjectLeader()) + "</td>" |
|
|
|
+ "<td align='center'>" + submitTimeStr + "</td>" |
|
|
|
+ "</tr></tbody></table>"; |
|
|
|
} |
|
|
|
|