|
|
@@ -5,14 +5,13 @@ namespace bizHd\px\services;
|
|
|
use bizHd\base\services\BaseService;
|
|
|
use bizHd\px\classes\PxApplyClass;
|
|
|
use common\components\dict;
|
|
|
-use common\components\orderSn;
|
|
|
use common\components\util;
|
|
|
use Yii;
|
|
|
|
|
|
class PxApplyService extends BaseService
|
|
|
{
|
|
|
|
|
|
- public static $baseFile = '\bizHd\retail\classes\PxApplyClass';
|
|
|
+ public static $baseFile = '\bizHd\px\classes\PxApplyClass';
|
|
|
|
|
|
//新增报名成功 ssh 2021.3.17
|
|
|
public static function addBmPx($data)
|
|
|
@@ -26,7 +25,7 @@ class PxApplyService extends BaseService
|
|
|
//培训报名 shish 20210523
|
|
|
public static function thirdPay($payWay, $orderSn, $totalFee, $attach)
|
|
|
{
|
|
|
- $order = self::getByCondition(['orderSn' => $orderSn], true);
|
|
|
+ $order = PxApplyClass::getByCondition(['orderSn' => $orderSn], true);
|
|
|
if (empty($order)) {
|
|
|
$msg = "没有找到报名订单 orderSn:{$orderSn}";
|
|
|
Yii::info($msg);
|