|
@@ -282,7 +282,7 @@ $config = array
|
|
|
),
|
|
|
'type' => 'all',
|
|
|
'order' => array('id' => 'desc'),
|
|
|
- 'col' => 'id,info_id,`key`,price,s_price,f_price,c_price,type,min,code,unit,weight',
|
|
|
+ 'col' => 'id,info_id,`key`,price,s_price,f_price,c_price,type,min,code,unit,weight,cunhuo_code',
|
|
|
),
|
|
|
|
|
|
# 列表
|
|
@@ -296,7 +296,7 @@ $config = array
|
|
|
),
|
|
|
'type' => 'all',
|
|
|
'order' => array('id' => 'desc'),
|
|
|
- 'col' => 'id,info_id,`key`,price,s_price,f_price,c_price,min,code,unit,weight|key',
|
|
|
+ 'col' => 'id,info_id,`key`,price,s_price,f_price,c_price,min,code,unit,weight,cunhuo_code|key',
|
|
|
),
|
|
|
|
|
|
# 获取单条数据
|
|
@@ -309,7 +309,7 @@ $config = array
|
|
|
'state' => 1,
|
|
|
),
|
|
|
'type' => 'one',
|
|
|
- 'col' => 'id,info_id,price,s_price,f_price,c_price,min,code,unit,weight',
|
|
|
+ 'col' => 'id,info_id,price,s_price,f_price,c_price,min,code,unit,weight,cunhuo_code',
|
|
|
),
|
|
|
|
|
|
'getMinOne' => array
|
|
@@ -322,7 +322,7 @@ $config = array
|
|
|
),
|
|
|
'type' => 'one',
|
|
|
'order' => array('price' => 'asc', 'id' => 'desc'),
|
|
|
- 'col' => 'id,info_id,price,s_price,min,code,unit,weight',
|
|
|
+ 'col' => 'id,info_id,price,s_price,min,code,unit,weight,cunhuo_code',
|
|
|
),
|
|
|
|
|
|
'getMaxOne' => array
|
|
@@ -335,7 +335,7 @@ $config = array
|
|
|
),
|
|
|
'type' => 'one',
|
|
|
'order' => array('price' => 'desc', 'id' => 'desc'),
|
|
|
- 'col' => 'id,info_id,price,s_price,min,code,unit,weight',
|
|
|
+ 'col' => 'id,info_id,price,s_price,min,code,unit,weight,cunhuo_code',
|
|
|
),
|
|
|
|
|
|
# 更新售出量
|