mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update UserRebateService.php
This commit is contained in:
parent
41230a61df
commit
39662b781a
@ -42,7 +42,7 @@ class UserRebateService extends Service
|
||||
*/
|
||||
public function confirm(string $orderNo): array
|
||||
{
|
||||
$map = [['status', '>', 3], ['order_no', '=', $orderNo]];
|
||||
$map = [['status', '>=', 4], ['order_no', '=', $orderNo]];
|
||||
$order = $this->app->db->name('ShopOrder')->where($map)->find();
|
||||
if (empty($order)) return [0, '需处理的订单状态异常!'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user