@@ -671,7 +671,7 @@ class Api extends Start_Controller {
if($adrs)
{
$pdlkh = 1;//这个是判断是否老客户
- $this->customer->save(array('time'=>$post['dtime'],'num'=>$adrs['num']+1,'money'=>$adrs['money']+$post['shouldmoney']),$adrs['id']);
+ $this->customer->save(array('time'=>$post['dtime'],'is_tb'=>0,'num'=>$adrs['num']+1,'money'=>$adrs['money']+$post['shouldmoney']),$adrs['id']);
$khid = $adrs['id'];
}
else