From 829a054562e5ca26855093e8b13bb95cf57fac6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 9 Apr 2021 15:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BB=B7=E6=A0=BC=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= 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 1e5d01a8..6a2fcaca 100644 --- a/application/third_party/ctmobilefirst/models/api_model.php +++ b/application/third_party/ctmobilefirst/models/api_model.php @@ -360,7 +360,7 @@ class Api_model extends CI_Model { FROM BIZ_PackagePrice WHERE PKP_PAG_SN = ? AND PKP_VEI_SN = ? - AND pkp_validdate BETWEEN '".$price_pyears."' AND '".$price_pyears_2."' "; + AND pkp_validdate BETWEEN '".$price_pyears."' AND '".$price_pyears_2."' ORDER BY PKP_PersonStart "; $query = $this->HT->query($sql,array($pagsn,$veisn)); if ($query->num_rows()>0){ break;