|
@@ -25,7 +25,7 @@ class HuaWeiController extends Controller
|
|
//
|
|
//
|
|
|
|
|
|
// die();
|
|
// die();
|
|
- $sql = "SELECT id,send_order_id,balance,created_at FROM users WHERE send_order_id in (4007118,4007706,4007708,4007731,4007733,4007793,4007834,4007843,4009806,4012429,4016127,4023097) and LENGTH(openid) > 32 AND created_at > '2023-02-2' and balance > 0 and balance < 100;";
|
|
|
|
|
|
+ $sql = "SELECT id,send_order_id,balance,created_at FROM users WHERE send_order_id in (4007118,4007706,4007708,4007731,4007733,4007793,4007834,4007843,4009806,4012429,4016127,4023097) and LENGTH(openid) > 32 AND created_at > '2023-02-2' and balance < 1;";
|
|
// $sql = "SELECT id,send_order_id,balance,created_at FROM users WHERE 1 limit 10";
|
|
// $sql = "SELECT id,send_order_id,balance,created_at FROM users WHERE 1 limit 10";
|
|
$uids = DB::select($sql);
|
|
$uids = DB::select($sql);
|
|
if(!is_empty($uids)){
|
|
if(!is_empty($uids)){
|