|
|
@@ -32,14 +32,14 @@ class Feature extends Model
|
|
|
const TYPE_NODE = [0,5,6,8,9,10]; //标注二级类型
|
|
|
const MAPPING = [
|
|
|
"store" => [
|
|
|
- 0 => "storeItems.name",
|
|
|
+ 0 => "store_items.name",
|
|
|
1 => "stored_method",
|
|
|
- 5 => "storeItems.commodity.remark",
|
|
|
- 6 => "storeItems.commodity.length",
|
|
|
+ 5 => "store_items.commodity.remark",
|
|
|
+ 6 => "store_items.commodity.length",
|
|
|
7 => "remark",
|
|
|
- 8 => "storeItems.amount",
|
|
|
- 9 => "storeItems.commodity",
|
|
|
- 10=> "storeItems.total",
|
|
|
+ 8 => "store_items.amount",
|
|
|
+ 9 => "store_items.commodity",
|
|
|
+ 10=> "store_items.total",
|
|
|
11=> "warehouse.name",
|
|
|
],
|
|
|
"order" => [
|