neta
This commit is contained in:
@@ -172,6 +172,16 @@ class Clues extends HD_Controller
|
||||
),
|
||||
)
|
||||
),
|
||||
'999' => array(
|
||||
'name' => '异地',
|
||||
'list' => array(
|
||||
'100619' => array(
|
||||
'biz' => '漳州狸车',
|
||||
'sa' => '',
|
||||
'mobile' => ''
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
);
|
||||
protected $log_dir;
|
||||
@@ -701,7 +711,7 @@ class Clues extends HD_Controller
|
||||
{
|
||||
$voId = $province_id . date('mdHis') . sprintf("%06d", rand(1,999999));
|
||||
|
||||
if(in_array($biz['id'], array('100958', '100966', '101077'))){
|
||||
if(in_array($biz['id'], array('100958', '100966', '101077')) || $province_id == '999'){
|
||||
$cusSource3 = '023409'; //区域云店 福泉厦
|
||||
}else{
|
||||
$cusSource3 = '023305'; //本地通
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<option value="350">福建</option>
|
||||
<option value="440">广东</option>
|
||||
<option value="450">广西</option>
|
||||
<option value="999">异地</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
<option value="350">福建</option>
|
||||
<option value="440">广东</option>
|
||||
<option value="450">广西</option>
|
||||
<option value="999">异地</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="am-form-group am-para-inline w150">
|
||||
|
||||
@@ -73,8 +73,8 @@ class Welcome extends CI_Controller {
|
||||
|
||||
public function add_clues()
|
||||
{
|
||||
$mobiles = array('18299532612','18552705955','18720570824','18770155172','18579260710','18707011686','18303119255','18568568479','18567662606');
|
||||
$dealerCode = '100231';
|
||||
$mobiles = array('13907378213','13312768813','13128348827','18033448408','13637460271','19983170645','15722110926','15862292262','13615123350','15287117298','19935149808','13011099525','17604120617','15868520750','19322369071','13272409343','13365801155','17596251973','18537356700','18823913733','19026470642','13452086136','17696534919','13910783125','17339301787','15971182811','18658864667','17819898436','13872854214','13472722498','17138088682','13388669444','13470208808','18039872096','15111140689','18588464198','17759292657','13129895054','18072985128');
|
||||
$dealerCode = '100619';
|
||||
|
||||
foreach ($mobiles as $k => $v) {
|
||||
$city_id = '350200';
|
||||
@@ -87,7 +87,7 @@ class Welcome extends CI_Controller {
|
||||
'dealerCode' => $dealerCode,
|
||||
'fromSystem' => "好店云",
|
||||
'mobile' => $v,
|
||||
'saMobile' => '13385022812',
|
||||
'saMobile' => '',
|
||||
'cusType' => '30111001',
|
||||
'remark' => "",
|
||||
'intentModel' => "",
|
||||
|
||||
Reference in New Issue
Block a user