tp  模糊查询用数组
$map['nickname'] = array("LIKE", '%' . $nickname . '%');
PHP 显示当前 年月日
dump(date('Y-m-d'));exit;