酒吧房不允许嘉宾直接换麦
This commit is contained in:
@@ -79,4 +79,19 @@ class Xxiaoshi extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//拆分流水表
|
||||
public function splitFlow()
|
||||
{
|
||||
$res = db::name('vs_user_money_log')
|
||||
->field('user_id,room_id,change_type,money_type,change_value,from_id,remarks,createtime')->select();
|
||||
$data = [];
|
||||
$i = 0;
|
||||
if($res){
|
||||
foreach ($res as $v){
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user