xupuyuan пре 10 месеци
родитељ
комит
125fb8b107
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -2702,7 +2702,7 @@ class StoreOrderRepository extends BaseRepository
2702 2702
                         return $query->field('uid,nickname');
2703 2703
                     }
2704 2704
                 ]);
2705
-            })
2705
+            }) //
2706 2706
             ->where('group_order_id', $id)
2707 2707
             ->where('is_del', 0)
2708 2708
             ->find();