shenzhipeng 3 年之前
父节点
当前提交
106f4ddd9b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/lib/data/adminAction.php

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

@@ -107,6 +107,7 @@ class AdvertAdminAction extends BaseAction{
 			}
 			$sql = substr($sql,0,-1);
 			$sql .= ";";
+			echo $sql; exit;
 			$result = $this->getDbEntity()->insert_sql($sql);
 			return $result;
 		}