|
@@ -69,11 +69,11 @@ class PublicController extends BaseController
|
|
|
|
|
|
public function test()
|
|
|
{
|
|
|
- $orders = StoreOrder::where('pid', '>', 0)->where('supplier_id', '>', 0)->select();
|
|
|
- var_dump(count($orders));
|
|
|
- foreach ($orders as $v) {
|
|
|
- SupplierFinanceJob::dispatch([$v['id'], 1]);
|
|
|
- }
|
|
|
+// $orders = StoreOrder::where('pid', '>', 0)->where('supplier_id', '>', 0)->select();
|
|
|
+// var_dump(count($orders));
|
|
|
+// foreach ($orders as $v) {
|
|
|
+// SupplierFinanceJob::dispatch([$v['id'], 1]);
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
public function dealOrderIntegral($order)
|