wanggangzero 5 meses atrás
pai
commit
7296427668
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Gameserver/App/service_call/pay/Mo/payRequest.php

+ 1 - 0
Gameserver/App/service_call/pay/Mo/payRequest.php

@@ -134,6 +134,7 @@ class PayRequest extends loyalsoft\Object_ext {
         unset($arr['order_id']);
         unset($arr['ageRange']);
         unset($arr['product_desc']);
+        unset($arr['clientVer']);
         $n = loyalsoft\daoInst()->update(self::orderTab)
                 ->data($arr)
                 ->where('id')->eq($this->order_id)