@@ -95,6 +95,7 @@ class Sms extends AdminBaseController
->where($map)
->page(input('page'))
->append(['status_text'])
+ ->order('create_time desc')
->select();
$count = SmsLogModel::where($map)->count();
if ($count == 0) {
@@ -271,8 +271,8 @@
</thead>
<tbody>
<tr>
- <td onclick="copyMobileUrl('jjhc');">用户名:jjhc</td>
- <td onclick="copyMobileUrl('Qzzwy@123');">密码:Qzzwy@123</td>
+ <td onclick="copyMobileUrl('root');">用户名:root</td>
+ <td onclick="copyMobileUrl('(IJN0okm*UHB');">密码:(IJN0okm*UHB</td>
</tr>
</tbody>
</table>