hotfix/paypal-note
赵鹏 4 years ago
parent 1adfe16118
commit 6e8a5a5327

@ -350,7 +350,7 @@ class Api_model extends CI_Model {
if (!$query->num_rows()>0){
//如果今年没价格,获取去年的价格
$nowYear = date('Y');
for ($i=1;$i<5;$i++){
for ($i=1;$i<6;$i++){
$price_pyears = $nowYear-$i ."-1-1";
$price_pyears_2 = $nowYear-$i . "-12-31";
$sql = "SELECT isnull(PKP_AdultPrice, 0) AS PKP_AdultPrice

Loading…
Cancel
Save