|
@@ -159,7 +159,7 @@ public class UniversalController extends BaseRESTfulController {
|
|
|
mapValue.put("index", index);
|
|
|
}
|
|
|
if (con != null&& !con.equals("undefined")){
|
|
|
- mapValue.put("con","%"+con+"%");
|
|
|
+ mapValue.put("con",con);
|
|
|
}
|
|
|
if (carrierSsoId != null && carrierSsoId.equals("undefined")) {
|
|
|
carrierSsoId = null;
|