花花_新世界
从【程序猿】到【程序员】的进化历程
08 2022 档案
MyBatisPlus大于等于、小于等于等等函数
摘要:原符号 < <= > >= <>对应函数 lt() le() gt() ge() ne()Mybatis-plus写法: queryWrapper.ge("create_time", localDateTime);Mybatis写法: where create_time >= #{localDate 阅读全文
posted @ 2022-08-23 17:25 花花_新世界 阅读(791) 评论(0) 推荐(0)