From 7d3944f4fe1dc73038215c9f3fa09f52916ec44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 27 Jan 2022 13:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E5=BD=93=E5=89=8D=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E6=97=B6=EF=BC=8C=E5=BE=80=E5=89=8D=E6=89=BE?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/application/third_party/ctmobilefirst/models/api_model.php b/application/third_party/ctmobilefirst/models/api_model.php index d7a59679..4e0c306b 100644 --- a/application/third_party/ctmobilefirst/models/api_model.php +++ b/application/third_party/ctmobilefirst/models/api_model.php @@ -70,6 +70,7 @@ class Api_model extends CI_Model { where (BIZ_PackageInfo.PAG_Code = ? ) AND (pag_dei_sn= ? ) and ? between PKP_PersonStart and PKP_PersonStop order by pkp_invaliddate desc,PKP_PriceGrade "; + $query = $this->HT->query($sql, $param); if ($query->num_rows() > 0) { return $query->row(); }else {