Browse Source

Weenier 168otc项目部署 0630

wesmiler 3 years ago
parent
commit
2df7311f45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Common/CapitalLogService.php

+ 1 - 1
app/Services/Common/CapitalLogService.php

@@ -74,7 +74,7 @@ class CapitalLogService extends BaseService
             ->where(function ($query) use($params){
                 $keyword = isset($params['keyword'])? $params['keyword'] : '';
                 if($keyword){
-                    $query->where('a.order_no','like',"{$keyword}");
+                    $query->where('a.order_no','like',"%{$keyword}%");
                 }
 
                 // 日期