Przeglądaj źródła

解决线下扫码支付,养老金未进入用户账户问题

sunxiaobiao 1 rok temu
rodzic
commit
aae5afa390

+ 1 - 1
app/common/repositories/merchant/order/OrderMerchantRepository.php

@@ -1811,7 +1811,7 @@ class OrderMerchantRepository extends BaseRepository
1811 1811
         if($status == 1) $data['take_time'] = time();
1812 1812
         Db::name("user_bill")->insert($data);
1813 1813
 
1814
-        if ($type_shop == 0) {
1814
+        if ($type_shop == 10) {
1815 1815
             if ($commission_type == 5) {
1816 1816
                 $annuity_once = Db::name("user")->where("uid", $uid)->value('annuity_once');
1817 1817
                 if ($annuity_once == 0 && $status == 1) {