|
|
@@ -5058,7 +5058,7 @@ class StoreOrderRepository extends BaseRepository
|
|
5058
|
5058
|
foreach ($list as $key => $item) {
|
|
5059
|
5059
|
if ($item['fzone_paytype']) {
|
|
5060
|
5060
|
$list[$key]['fzone_paytype'] = json_decode($item['fzone_paytype'], true);
|
|
5061
|
|
- if (!count($list[$key]['fzone_paytype'])) {
|
|
|
5061
|
+ if (is_array($list[$key]['fzone_paytype']) && !count($list[$key]['fzone_paytype'])) {
|
|
5062
|
5062
|
$list[$key]['fzone_paytype'] = null;
|
|
5063
|
5063
|
}
|
|
5064
|
5064
|
} else {
|