|
|
@@ -403,7 +403,7 @@ public class AdminOrderServiceImpl implements AdminOrderService {
|
|
|
qw.like("id_card",idCard);
|
|
|
}
|
|
|
if (org.apache.commons.lang3.StringUtils.isNotBlank(name)){
|
|
|
- qw.like("name",name);
|
|
|
+ qw.like( "name",name);
|
|
|
}
|
|
|
String format = DateFormatUtils.format(new Date());
|
|
|
qw.between("create_time",format+" 00:00:00",format+" 23:59:59");
|