From 5e6909b3dedc220187629719aeb5fb0783d07a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Wed, 24 Sep 2025 15:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E7=9A=84=E4=BA=A7=E5=93=81=EF=BC=8C=E6=89=BE?= =?UTF-8?q?=E6=97=A7=E4=BB=B7=E6=A0=BC=E6=97=B6=E4=BB=8E=E9=AB=98=E5=88=B0?= =?UTF-8?q?=E5=BA=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/models/api_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/models/api_model.php b/application/third_party/ctmobilefirst/models/api_model.php index 300cc4aa..8f171612 100644 --- a/application/third_party/ctmobilefirst/models/api_model.php +++ b/application/third_party/ctmobilefirst/models/api_model.php @@ -142,7 +142,7 @@ class Api_model extends CI_Model { CustomerLinePrice ON CustomerLineInfo.CLI_SN = CustomerLinePrice.CLP_CLI_SN INNER JOIN CustomerLineInfo2 ON CustomerLineInfo.CLI_SN = CustomerLineInfo2.CLI2_CLI_SN where CLI_SN= ? - and (CLI_State = 1005004 ) ORDER BY CLP_TwoToFiveAdultPrice"; + and (CLI_State = 1005004 ) ORDER BY CLP_TwoToFiveAdultPrice desc"; $query = $this->HT->query($sql,array($CLI_SN,$this->CTLGC)); if ($query->num_rows()>0){ $reust = $query->row();