fixed bug

This commit is contained in:
JaguarJack 2020-05-01 00:38:41 +08:00
parent 4e38e7ede2
commit 892f8f2aad

View File

@ -12,7 +12,6 @@ class SQL extends Factory
public function done($params) public function done($params)
{ {
//dd($this->createSQL($params)); //dd($this->createSQL($params));
Db::execute($this->createSQL($params)); Db::execute($this->createSQL($params));