2022年7月19日

MyBatis QueryWrapper 简单用法

摘要: sql 语句 select * from data_log where status is null and ((ind is null and data_type='A') or (ind is not null and data_type='B')) QueryWrapper<T> qw =ne 阅读全文

posted @ 2022-07-19 15:37 lovezj9012 阅读(122) 评论(0) 推荐(0)

导航