rabin 1 year ago
parent
commit
3f21fd8b80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

@@ -164,7 +164,7 @@ class Cash
     # 资金划付
     public function huafu_commit_api()
     {
-    	$data = Dever::db('pay/yspay_cash')->select(array('order_num' => 'test123', 'status' => 2));
+    	$data = Dever::db('pay/yspay_cash')->select(array('status' => 2));
     	if ($data) {
     		foreach ($data as $k => $v) {
     			$this->up($v['id'], 3);