|
|
@@ -31,7 +31,7 @@ class ApplyService extends BaseService
|
|
|
//申请列表 ssh 2021.1.28
|
|
|
public static function getApplyList($where)
|
|
|
{
|
|
|
- $data = ApplyClass::getList('*', $where, 'addTime DESC');
|
|
|
+ $data = ApplyClass::getList('*', $where, 'updateTime DESC');
|
|
|
$list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
|
|
|
if (empty($list)) {
|
|
|
return $data;
|