|
|
@@ -287,7 +287,7 @@ public class WishInfoUserRecordController {
|
|
|
@RequestMapping(value = "pageList", method = RequestMethod.POST)
|
|
|
public MessageResult<Map> pageList(
|
|
|
String wishInfoId, String status, String num, String wishInfoTitle,
|
|
|
- String category, String phone,
|
|
|
+ String category, String phone,String noneStatus,
|
|
|
@RequestParam(value = "pageIndex", defaultValue = "1") int pageIndex,
|
|
|
@RequestParam(value = "pageSize", defaultValue = "20") int pageSize,
|
|
|
HttpServletRequest request) {
|
|
|
@@ -311,6 +311,10 @@ public class WishInfoUserRecordController {
|
|
|
searchParams.put("status", status);
|
|
|
}
|
|
|
|
|
|
+ if (StringUtils.isNotEmpty(noneStatus)) {
|
|
|
+ searchParams.put("noneStatus", noneStatus);
|
|
|
+ }
|
|
|
+
|
|
|
if (StringUtils.isNotEmpty(num)) {
|
|
|
searchParams.put("num", "%" + num + "%");
|
|
|
}
|