|
|
@@ -25,9 +25,9 @@ class LiveOrderController extends BaseController
|
|
|
}
|
|
|
if (!empty($searchContent)) {
|
|
|
if (stringUtil::isLetter($searchContent)) {
|
|
|
- $where['py'] = ['like', $searchContent];
|
|
|
+ $where['itemPy'] = ['like', $searchContent];
|
|
|
} else {
|
|
|
- $where['name'] = ['like', $searchContent];
|
|
|
+ $where['itemName'] = ['like', $searchContent];
|
|
|
}
|
|
|
}
|
|
|
$searchTime = $get['searchTime'] ?? '';
|