6
0
Fork 0

修改分区商品列表

release
vine_liutk 2021-12-23 14:36:40 +08:00
parent a85b9f0c7f
commit c3e2d628ff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class PartController extends Controller
{
$part = null;
if (filled($key = $request->query('key'))) {
if (filled($key = $request->query('part'))) {
$part = ProductPart::where('key', $key)->first();
}