Browse Source

后台-订单-撤回订单列表,撤回撤回订单

xupuyuan 10 months ago
parent
commit
c466a4e51c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/admin/order/Order.php

+ 1 - 0
app/controller/admin/order/Order.php

@@ -559,6 +559,7 @@ class Order extends BaseController
559
                     'contribute' => Db::raw("contribute + {$per_contribute}"),
559
                     'contribute' => Db::raw("contribute + {$per_contribute}"),
560
                     'annuity' => Db::raw("annuity + {$spreadAnnuity}"),
560
                     'annuity' => Db::raw("annuity + {$spreadAnnuity}"),
561
                     'brokerage_price' => Db::raw("brokerage_price + {$spreadYongJin}"),
561
                     'brokerage_price' => Db::raw("brokerage_price + {$spreadYongJin}"),
562
+                    '$per_contribute'=> Db::raw("per_contribute + {$per_contribute}"),
562
                 ]);
563
                 ]);
563
         }
564
         }
564
         $row3 = Db::name('backup_user_change')->where($where)->where('user', 3)->field('brokerage_price,uid')->find();
565
         $row3 = Db::name('backup_user_change')->where($where)->where('user', 3)->field('brokerage_price,uid')->find();