cqp 1 hónapja
szülő
commit
dee9869957
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Model/QuantizationCreate.php

+ 1 - 1
app/Model/QuantizationCreate.php

@@ -10,7 +10,7 @@ class QuantizationCreate extends UseScopeBaseModel
     protected $dateFormat = 'U';
     const employee_column = "crt_id";
 
-    public static $field = ['customer_supply_id','id','crt_time','crt_id','type','products','score','start_time','end_time','quantization_id'];
+    public static $field = ['customer_supply_id','id','crt_time','crt_id','type','score','start_time','end_time','quantization_id'];
 
     const type_one = 1;
     const type_two = 2;