Commit 7fe28824 by 冷斌

fix bug

parent d55756a7
...@@ -322,7 +322,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -322,7 +322,7 @@ class Api_Charge extends PhalApi_Api {
'status' => 0, 'status' => 0,
'addtime' => time(), 'addtime' => time(),
'change_id' => $changeid, 'change_id' => $changeid,
'is_sure' => $touid ? 0 : 1, 'is_sure' => 1, //$touid ? 0 : 1,
]); ]);
if($info==1003){ if($info==1003){
......
...@@ -305,7 +305,7 @@ class ChargeController extends AdminbaseController { ...@@ -305,7 +305,7 @@ class ChargeController extends AdminbaseController {
$_GET['keyword']=$_REQUEST['keyword']; $_GET['keyword']=$_REQUEST['keyword'];
} }
// $map['is_sure'] = 1; $map['is_sure'] = 1;
$charge=M("users_charge2"); $charge=M("users_charge2");
$count=$charge->where($map)->count(); $count=$charge->where($map)->count();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment