edit-qyrobot3

This commit is contained in:
lccsw
2022-08-08 17:39:32 +08:00
parent ffff07504f
commit b7a1c797f5
-3
View File
@@ -511,8 +511,6 @@ class Qyrobot{
];
}
}
print_r($today_rows);
print_r($today_info);
$sql = "select brand_id,count(a.o_id) as total from (select o_id,min(pay_time) as pay_time from lc_app_liche_orders
where o_id>=10000 and status=1 and pid!=0 and pay_price>0 and pay_time!='0000-00-00 00:00:00' and type <> 4 and pay_price>{$min_price} group by o_id order by o_id desc) as a
left join lc_receiver_orders_v2 as b on a.o_id=b.id
@@ -546,7 +544,6 @@ class Qyrobot{
'month_count' => $month_count
];
$send_msg = $this->fbook_formart_v3($info,$type,$today_info,$month_info);
print_r($send_msg);exit;
$result = $this->send_fb($send_msg);
return $result;
}