Commit 5e1dea6d authored by zw's avatar zw

1

parent cf7c659e
...@@ -23,7 +23,7 @@ class TLookShopUser extends Model ...@@ -23,7 +23,7 @@ class TLookShopUser extends Model
{ {
Db::startTrans(); Db::startTrans();
try { try {
$this->db_->insertAll($params); $this->db_->insert($params);
Db::commit(); Db::commit();
return 1; return 1;
} catch (\Exception $e) { } catch (\Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment