|
|
@@ -517,7 +517,7 @@ class UserController extends BaseController {
|
|
|
if($isStudio==1){
|
|
|
$query_condition.= " OR FIND_IN_SET(3,GIFT_TYPE)>0";
|
|
|
}
|
|
|
- $query_condition.= ")";
|
|
|
+ $query_condition.= ") AND (INSTALMENT=0 OR INSTALMENT=1)";
|
|
|
// 只查询普通商品
|
|
|
$allGoods = ShopGoods::find()->where("STATUS=1 AND CATEGORY_TYPE=1".$query_condition)->orderBy('SORT ASC')->asArray()->all();
|
|
|
|