소스 검색

提交修改

lvhao 5 달 전
부모
커밋
361f83240a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/controllers/Api.php

+ 1 - 0
core/CoreApp/controllers/Api.php

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