修改分区商品列表
parent
a85b9f0c7f
commit
c3e2d628ff
|
|
@ -22,7 +22,7 @@ class PartController extends Controller
|
||||||
{
|
{
|
||||||
$part = null;
|
$part = null;
|
||||||
|
|
||||||
if (filled($key = $request->query('key'))) {
|
if (filled($key = $request->query('part'))) {
|
||||||
$part = ProductPart::where('key', $key)->first();
|
$part = ProductPart::where('key', $key)->first();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue