|
@@ -24,6 +24,7 @@ class ShopYeChangeController extends BaseController
|
|
|
}
|
|
}
|
|
|
$where['ptStyle'] = $ptStyle;
|
|
$where['ptStyle'] = $ptStyle;
|
|
|
$where['tx'] = $tx;
|
|
$where['tx'] = $tx;
|
|
|
|
|
+ $where['shopId'] = $this->shopId;
|
|
|
$list = ShopYeChangeClass::getChangeList($where);
|
|
$list = ShopYeChangeClass::getChangeList($where);
|
|
|
util::success($list);
|
|
util::success($list);
|
|
|
}
|
|
}
|