yingzi před 2 roky
rodič
revize
2d70a43c76
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 = [