Browse Source

优化

dev
nizongfeng 3 years ago
parent
commit
962b3b80ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/service/ReceiptOrderService.php

+ 1
- 1
application/admin/service/ReceiptOrderService.php View File

@@ -133,7 +133,7 @@ class ReceiptOrderService
$where['commissioner_id'] = $param['commissioner_id'];
}
if (!empty($param['user_name'])) {
$where['user_name'] = ["like","'%".$param['user_name']."%'"];
$where['user_name'] = ["like","%".$param['user_name']."%"];
}
if (!empty($param['user_phone'])) {
$where['user_phone'] = $param['user_phone'];


Loading…
Cancel
Save