logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Mybatis + mysql查询某一天的数据

总结了两种查询方法:①mapper中的xml语句为:<select id="selectBelongDiagnosisAndCreateInfo" resultMap="BaseResultMap">select*from table_awhere date_format(create_time,'%Y-%m-%d') = #{createTime}</select>其中#

#mysql#xml#spring
到底了