|
@@ -19,7 +19,6 @@ class CgRefundController extends BaseController
|
|
|
{
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
$get = Yii::$app->request->get();
|
|
|
$where = [];
|
|
$where = [];
|
|
|
- $where['mainId'] = $this->mainId;
|
|
|
|
|
$cgId = $get['cgId'] ?? 0;
|
|
$cgId = $get['cgId'] ?? 0;
|
|
|
if (!empty($cgId)) {
|
|
if (!empty($cgId)) {
|
|
|
$where['cgId'] = $cgId;
|
|
$where['cgId'] = $cgId;
|