|
@@ -133,15 +133,6 @@ public class RmsCapacityController extends BaseRESTfulController {
|
|
|
mapValue.put("carrierSSOId", carrierSSOId);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-// if (con != null && con.equals("")) {
|
|
|
-// con = null;
|
|
|
-// }
|
|
|
-// if (con != null && !con.equals("undefined")){
|
|
|
-// mapValue.put("con","%" + con +"%");
|
|
|
-// }
|
|
|
-// List<Map<String,Object>> listTotal = rmsCapacityService.getCapacityList(mapValue);
|
|
|
-//=======
|
|
|
if(con != null){
|
|
|
if(!"".equals(con)){
|
|
|
mapValue.put("index", con);
|