|
|
@@ -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']; |
|
|
|