Student::where('id','<',1003)->update(['age'=>20]);
Method Illuminate\Database\Eloquent\Collection::updete does not exist.???? 為什么不能在where里面再update
Method Illuminate\Database\Eloquent\Collection::updete does not exist.???? 為什么不能在where里面再update
2018-05-09
舉報
2018-05-09
已經解決,