yingzi 2 年之前
父节点
当前提交
2d70a43c76
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dao/Shop/DShop.Class.php

+ 2 - 1
Dao/Shop/DShop.Class.php

@@ -46,7 +46,8 @@ class DShop extends BaseDao
             "managerId", //int(11) DEFAULT NULL COMMENT '店长userCenterId',
             "describe", //varchar(255) DEFAULT '' COMMENT '店铺描述',
             "extends",
-            "modelType"
+            "modelType",
+            "agentId"
         ];
         $this->_readonly = ['id'];
         $this->_create_autofill = [