This commit is contained in:
xiaoyu
2023-07-09 14:45:16 +08:00
parent ad16229b21
commit 7dd6612c26
+2 -2
View File
@@ -476,9 +476,9 @@ class Qyrobot{
$user = $this->ci->app_licheb_users_model->get(['id'=>$order_row['sale_id']],'uname');
$user_info = $user['uname'] ? $user['uname'] : '';
if ($biz_row['type']==3 && $biz_row['city_id']==350200){
// 230427 东风店渠道是 翔安嘉越、集美一烁、狸车新能源体验中心、集美钻钻 -> (73, 78, 110, 171)
// 230427 东风店渠道是 集美一烁、狸车新能源体验中心、集美钻钻 -> (73, 78, 110, 171)
// 其他的算哪吒店渠道
if (in_array($biz_row['id'], array(73, 78, 110, 171))){
if (in_array($biz_row['id'], array(78, 110, 171))){
$type_name = '东风渠道';
}
else{