|
|
@@ -51,6 +51,11 @@ class Rebate extends Authenticatable
|
|
|
}
|
|
|
|
|
|
|
|
|
+ protected function getHuishuiRestrictionAttribute($value){
|
|
|
+ $huishui_restriction = Config::where('field', 'huishui_restriction')->first()->val;
|
|
|
+ return $huishui_restriction;
|
|
|
+ }
|
|
|
+
|
|
|
protected function getHuishuiAmountAttribute($value)
|
|
|
{
|
|
|
$value = 0;
|