瀏覽代碼

end debug

shenzhipeng 3 年之前
父節點
當前提交
a82d13b366
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/lib/data/adminAction.php

+ 1 - 1
application/lib/data/adminAction.php

@@ -93,7 +93,7 @@ class AdvertAdminAction extends BaseAction{
 
 		public function import_sms_customer($values){
 			$sql = "replace into ly_sms_customer(uname, country, tel, uid, group_name) values" . $values;
-			echo $sql; exit;
+			
 			$result = $this->getDbEntity()->insert_sql($sql);
 			return $result;
 		}