Commit 5c8c000b authored by pengfei's avatar pengfei

update 更改团长分销活动-团长表名

parent 0344ce7c
......@@ -9,6 +9,7 @@ use App\Base\Base;
use App\Services\marketing\ColonelService;
use \Validate\ColonelApplyValidate;
use \Validate\ColonelConfigValidate;
use \Validate\ColonelAuditValidate;
use \App\Services\marketing\PindanActivityColonelConfigService;
use \App\Services\marketing\PindanActivityInviteOrderService;
......
......@@ -8,7 +8,7 @@
namespace App\Services\marketing;
use App\Exception\custom\MarketingException;
use App\Models\marketing\mysql\PindanActivityColonel;
use App\Models\marketing\mysql\ColonelDistributorColonel;
use App\Models\marketing\mysql\ColonelDistributorColonelApply;
use App\Models\user\mysql\UserWechatBind;
use Exception;
......@@ -136,7 +136,7 @@ class ColonelService
'city' => $applyInfo['city'],
'area' => $applyInfo['area']
];
return PindanActivityColonel::insertRecord($colonelData);
return ColonelDistributorColonel::insertRecord($colonelData);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment