|
@@ -674,7 +674,7 @@ class OrdersController extends BaseController
|
|
|
if($user){
|
|
|
$template_id = $user->attach;
|
|
|
}else{
|
|
|
- $template_id = $this->uid&2 == 0? 1:6;
|
|
|
+ $template_id = $this->uid % 2 == 0? 1:6;
|
|
|
DataAnalysisSelectUserService::create(
|
|
|
$this->uid,
|
|
|
$this->distribution_channel_id,
|