|
|
@@ -198,7 +198,7 @@ class OrderIssueService
|
|
|
$query->where('created_at', '>=', $condition['settlement_at_start'] . ' 00:00:00')->where('type', '结束');
|
|
|
}
|
|
|
if (isset($condition['settlement_at_end'])) {
|
|
|
- $query->where('created_at', '<=', $condition['settlement_at_start'] . ' 23:59:59')->where('type', '结束');
|
|
|
+ $query->where('created_at', '<=', $condition['settlement_at_end'] . ' 23:59:59')->where('type', '结束');
|
|
|
}
|
|
|
});
|
|
|
}
|