|
|
|
@ -196,7 +196,7 @@ class ImsCjdcMarketController extends AdminController |
|
|
|
protected function getMpInfo() |
|
|
|
{ |
|
|
|
$mps = LanzuMpInfo::all(); |
|
|
|
$ret = []; |
|
|
|
$ret = [['id'=>'0','text'=>'懒族自营']]; |
|
|
|
foreach ($mps as $key => $value) { |
|
|
|
$item = []; |
|
|
|
$item['id'] = $value->id; |
|
|
|
|