Merge branch 'dev_xucheng' into develop

This commit is contained in:
XuCheng642 2017-10-13 22:04:16 +08:00
commit 27cf3bb3ce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</span>
</td>
<td><%= schools.province %></td>
<td class="edu-txt-left"><%= ApplyAddSchools.where(:school_id => schools.id,:status => 1).map(&:address).join("-") %></td>
<td class="edu-txt-left"><%= schools.city %><%= schools.address %></td>
<td><%= UserExtensions.where(:school_id => schools.id).count %></td>
<td><%= schools.departments.count %></td>
<td><%= format_time schools.created_at %></td>