wugg 5 months ago
parent
commit
106e5018fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/controller/Payment.php

+ 1 - 1
app/cxinv/controller/Payment.php

@@ -285,7 +285,7 @@ class Payment extends Base{
                       if($up==false) throw new \Exception('物流单状态修改失败');
                  }
              }
-             $payRemove = PayInfo::where([['payNo'=>$params['payNo'],'status'=>1,'is_del'=>0]])->save(['status'=>0, 'updatetime'=>date('Y-m-d H:i:s')]);
+             $payRemove = PayInfo::where(['payNo'=>$params['payNo'],'status'=>1,'is_del'=>0])->save(['status'=>0, 'updatetime'=>date('Y-m-d H:i:s')]);
              if($payRemove==false) throw new \Exception("对账单明细删除失败");
          }
          $this->model->commit();