就是在select的时候有多条件查询,比如一个user,我想根据userName和age同时查询,然后在写DAO的时候,参数是写一个MAP呢?还是写一个user然后再new了之后放进去呢?
map..........