|
@@ -1697,7 +1697,12 @@ public class ApplicationPrimaryController {
|
|
|
searchParams.put("tabStatus", tabStatus);
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(type)) {
|
|
|
- searchParams.put("type", type);
|
|
|
+ if("A".equals(type) || "B".equals(type) ||"C".equals(type) || "Y".equals(type) || "Z".equals(type)) {
|
|
|
+ searchParams.put("type", type);
|
|
|
+ }else{
|
|
|
+ searchParams.put("type", "C");
|
|
|
+ searchParams.put("categoryId", type);
|
|
|
+ }
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(status)) {
|
|
|
searchParams.put("status", status);
|