|
@@ -306,7 +306,7 @@ public class OmstruckOrderController extends BaseRESTfulController {
|
|
|
if (fuelOrder != null) {
|
|
|
mapValue.put("fuelOrder", fuelOrder);
|
|
|
}
|
|
|
- if (con != null||"null".equals(con)) {
|
|
|
+ if (con != null && "null".equals(con) && !"".equals(con)) {
|
|
|
mapValue.put("con", con);
|
|
|
}
|
|
|
if(carrierSSOId != null){
|