|
|
@@ -14,6 +14,12 @@ class RenewClass extends BaseClass
|
|
|
|
|
|
public static $baseFile = '\biz\renew\models\Renew';
|
|
|
|
|
|
+ public static function getRenewList($where)
|
|
|
+ {
|
|
|
+ $data = self::getList('*', $where);
|
|
|
+ return $data;
|
|
|
+ }
|
|
|
+
|
|
|
public static function thirdPay($payWay, $orderSn, $totalFee, $attach)
|
|
|
{
|
|
|
$renew = self::getByCondition(['orderSn' => $orderSn], true);
|