修改了学号显示错误
This commit is contained in:
parent
1be0a7d23f
commit
5b48826faf
|
@ -126,7 +126,7 @@
|
|||
<table width="100%">
|
||||
<% if @bid.reward_type == 3 %>
|
||||
<tr>
|
||||
<td><%= l(:label_bidding_user_studentcode) %> : <%= User.current.user_extensions.student_id %></td>
|
||||
<td><%= l(:label_bidding_user_studentcode) %> : <%= b_project.user.user_extensions.student_id %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><%= l(:label_bidding_user_homework) %> :
|
||||
|
|
Loading…
Reference in New Issue