mysql中datetime时间转字符串,避免java层映射为数字串

-- in_date datetime NULL
DATE_FORMAT(ls.`in_date`,'%Y-%m-%d %T')AS create_time