wesmiler 2 tháng trước cách đây
mục cha
commit
04dab9775c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Services/Common/SupervisorsService.php

+ 0 - 1
app/Services/Common/SupervisorsService.php

@@ -100,7 +100,6 @@ class SupervisorsService extends BaseService
             foreach ($list['data'] as &$item) {
                 $item['avatar'] = $item['avatar'] ? get_image_url($item['avatar']) : '';
                 $item['create_time_text'] = date('Y-m-d H:i:s', (int)$item['create_time']);
-                $item['login_time_text'] = $item['login_time'] ? date('Y-m-d H:i:s', (int)$item['login_time']) : '-';
                 $item['consults_count'] = $item['consults_count']?$item['consults_count']:0;
                 $item['intro'] = $item['intro']? get_format_content($item['intro']):'';
             }