|
|
@@ -82,7 +82,7 @@ class TestController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
//20
|
|
|
- $clearList = PurchaseClearClass::getAllByCondition(['ghsShopId' => $ghsShopId, 'status' => 2], null, 'id,actPrice,payTime', null);
|
|
|
+ $clearList = PurchaseClearClass::getAllByCondition(['customId' => $customId, 'status' => 2], null, 'id,actPrice,payTime', null);
|
|
|
if (!empty($clearList)) {
|
|
|
foreach ($clearList as $clear) {
|
|
|
$payTime = $clear['payTime'] ?? '';
|