|
@@ -146,7 +146,8 @@ public class AmstruckInwardRequirementController extends BaseRESTfulController {
|
|
mapValue = new HashMap<>();
|
|
mapValue = new HashMap<>();
|
|
}
|
|
}
|
|
if (orgCode != null && !orgCode.equals("null")) {
|
|
if (orgCode != null && !orgCode.equals("null")) {
|
|
- mapValue.put("orgCode",orgCode);
|
|
|
|
|
|
+ String con = "%"+orgCode+"%";
|
|
|
|
+ mapValue.put("con",con);
|
|
}
|
|
}
|
|
mapValue.put("requirementStatus",requirementStatus);
|
|
mapValue.put("requirementStatus",requirementStatus);
|
|
List<Map<String, Object>> list = amstruckInwardRequirementService.getTruckRequirementList(mapValue);
|
|
List<Map<String, Object>> list = amstruckInwardRequirementService.getTruckRequirementList(mapValue);
|