使用webman推薦的的Laravel的orm 執(zhí)行mysql的函數(shù)方法報錯,但是在navicat上面執(zhí)行CALL getSignCount(1)都是可以返回數(shù)據(jù)的
$user_id = 1;
$data = DB::select('call getSignCount(?)', [$user_id]);
ErrorException: Packets out of order. Expected 1 received 4. Packet size=6 in D:\phpstudy_pro\WWW\webman\vendor\illuminate\database\Connection.php:375<br />