From 28d1ae1aca9ebd51a8667b73def1d0b72a333111 Mon Sep 17 00:00:00 2001 From: monanxiao Date: Sat, 18 Mar 2023 17:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=B6=E5=BA=AD=E6=88=90?= =?UTF-8?q?=E5=91=98=E6=8E=92=E5=BA=8F=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Maintainentry.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/controller/Maintainentry.php b/app/api/controller/Maintainentry.php index 8daaf72..a53c24d 100644 --- a/app/api/controller/Maintainentry.php +++ b/app/api/controller/Maintainentry.php @@ -1679,7 +1679,6 @@ class Maintainentry extends BaseController } // 获取家庭的人员信息 $res = Db::table('fa_szxc_information_usermsg')->where($map) - ->order('id desc') ->order('is_hz desc') ->field("id,user_id,name,age,gender,family_num,political_outlook,householder_id,is_hz,address_name,family_relation,phone") ->withAttr('avatar', function ($value, $data) {