|
@@ -695,6 +695,7 @@ class Api extends Start_Controller {
|
|
$ct['city'] = $post['city'];
|
|
$ct['city'] = $post['city'];
|
|
$ct['address'] = $post['address'];
|
|
$ct['address'] = $post['address'];
|
|
$ct['zhcx'] = $post['shop'].'-'.$ct['email'];
|
|
$ct['zhcx'] = $post['shop'].'-'.$ct['email'];
|
|
|
|
+ $ct['is_tb'] = 0;
|
|
$khid = $this->customer->insert($ct);
|
|
$khid = $this->customer->insert($ct);
|
|
$pdlkh = 0;
|
|
$pdlkh = 0;
|
|
}
|
|
}
|