wanggangzero 5 月之前
父節點
當前提交
7296427668
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)