@@ -39,13 +39,7 @@ class PublicController
public function test()
{
- try {
- Db::startTrans();
- StoreOrder::startTakeOrder();//7天自动收货
- Db::commit();
- } catch (\Exception $e) {
- Db::rollback();
- }
+ StoreOrder::treatmentAward(790);
}
/**