提交 0f3ffe18 编写于 作者: T Terry

sql 更新的bug修复

上级 ad6cd649
......@@ -231,7 +231,7 @@ class m190809_154516_fecshop_tables extends Migration
$this->execute("INSERT INTO `admin_role_url_key` (`role_id`, `url_key_id`, `created_at`, `updated_at`) VALUES (4, " . $lastInsertId . ", 1541129239, 1541129239)");
// 32
$this->execute("INSERT INTO `admin_url_key` (`name`, `tag`, `tag_sort_order`, `url_key`, `created_at`, `updated_at`, `can_delete`) VALUES ('Config Appfront Catalog Save', 'config_appfront_manager', 21, '/config/appfrontcatalog/managersave', 1565056218, 1565056218, 1)");
$this->execute("INSERT INTO `admin_url_key` (`name`, `tag`, `tag_sort_order`, `url_key`, `created_at`, `updated_at`, `can_delete`) VALUES ('Config Apphtml5 Catalog Save', 'config_apphtml5_manager', 21, '/config/apphtml5catalog/managersave', 1565056218, 1565056218, 1)");
$lastInsertId = $this->db->getLastInsertID() ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册