|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$list = PurchaseClearClass::getAllByCondition(['ghsId' => $ghsId, 'status' => PurchaseClearClass::STATUS_AWAIT_PAY], null, '*', null, true);
|
|
$list = PurchaseClearClass::getAllByCondition(['ghsId' => $ghsId, 'status' => PurchaseClearClass::STATUS_AWAIT_PAY], null, '*', null, true);
|