总代理商表- id产品表- id总代理商控制表- distributor_id,product_id
总代理商模型-
public function product() { return $this->hasMany(Distributorproduct::class); }
产品型号-
public function distributor() { return $this->hasMany(Distributorproduct::class); }
分销商产品模型-
public function distributor() { return $this->belongs
到目前为止,我的查询运行良好, 但是我需要添加另一个名为reseller_type的特定字段 代理商类型有3种不同的类型 VALUE | DEFINITION
0 = NONE
1 = Resale
2 = Resale : Show to first
3 = Resale : Show to last 如果代理商类型的值为0,则表示无 如果代理商类型的值为1,则记录为just simple resale 如果代理商类型的值为2,则记录为resale but need to s