|
@@ -155,9 +155,10 @@ public class AppCombinationController {
|
|
condition.setOrderByClause("create_time DESC");
|
|
condition.setOrderByClause("create_time DESC");
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
- if (dto.getIsNew() != null) {
|
|
|
|
- criteria.andEqualTo("isNew", 1);
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ // if (dto.getIsNew() != null) {
|
|
|
|
+ // criteria.andEqualTo("isNew", 1);
|
|
|
|
+ // }
|
|
|
|
|
|
// if (dto.getMinPrice() != null && dto.getMaxPrice() != null) {
|
|
// if (dto.getMinPrice() != null && dto.getMaxPrice() != null) {
|
|
// criteria.andBetween("price", dto.getMinPrice(), dto.getMaxPrice());
|
|
// criteria.andBetween("price", dto.getMinPrice(), dto.getMaxPrice());
|