Commit 557f472c by LiuJunYi

修改商家入驻表名

parent 0e1d6e70
......@@ -7,5 +7,5 @@ namespace app\common\model;
class Business extends BaseModel
{
// 设置当前模型对应的完整数据表名称
protected $table = 'business_join';
protected $table = 'mr_business_join';
}
\ No newline at end of file
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