风控中台对接-评分结果明细页面修改

This commit is contained in:
zhanglei 2023-08-28 15:48:52 +08:00
parent 3d08659659
commit 9df8804530

View File

@ -12,7 +12,7 @@
List<BizObject> rcScoreResultDetailBizObjectList = rcScoreResultDetail.createQuery("project_no=:project_no").setParameter("project_no", projectNo).getResultList(false);
if(CollectionUtils.isNotEmpty(rcScoreResultDetailBizObjectList)){
%>
<table border="1" cellspacing="1" cellpadding="2" width="700" align="center" style="border: 2px solid black;">
<table border="1" cellspacing="1" cellpadding="2" width="700" align="center" >
<tr>
<th align="center" style="line-height: 30px; ">Óû§ÀàÐÍ</th>
<th align="center" style="line-height: 30px; ">Óû§Ãû³Æ</th>
@ -32,10 +32,8 @@
<tr>
<td align="center" style="line-height: 30px; "><%=person_type%></td>
<td align="center" style="line-height: 30px; "><%=person_name%></td>
<%--<td align="center" style="line-height: 30px; "><a target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=third_result_url%>">三方报告</a></td>--%>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=third_result_url%>">三方报告</a></td>
<%--<td align="center" style="line-height: 30px; "><a target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=pboc_result_url%>">征信报告</a></td>--%>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=pboc_result_url%>">征信报告</a></td>
<td align="center" style="line-height: 30px; "><a class="a_href_style" target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=third_result_url%>">三方报告</a></td>
<td align="center" style="line-height: 30px; "><a class="a_href_style" target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=pboc_result_url%>">征信报告</a></td>
<td align="center" style="line-height: 30px; "><%=update_time%></td>
</tr>
<%
@ -49,7 +47,6 @@
<script type="text/javascript" src="<%=sWebRootPath %>/Frame/page/js/as_debug_message.js"></script>
<script type="text/javascript">
$(document).ready(function (){
})
</script>