zgg 1 hafta önce
ebeveyn
işleme
3e9da90ea4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      application/api/controller/v1/PhOrders.php

+ 1 - 1
application/api/controller/v1/PhOrders.php

@@ -120,7 +120,7 @@ class PhOrders extends Base
             HelpHander::error('输入金额错误');
         }
 
-        $res = model('PhOrderPay')->addSaveDispatch($this->orgId,$this->userId,$money,$remark,$busType);
+        $res = model('PhOrderPay')->addSaveDispatch($this->orgId,$this->userId,$id,$money,$remark,$busType);
         if($res){
             HelpHander::success([],'操作成功');
         }else{