|
@@ -1008,9 +1008,9 @@ public class itemgroup extends Controller {
|
|
|
}
|
|
|
|
|
|
if(customschemeItems1RowsMap.containsKey("color")){
|
|
|
+ where=" 1=1 ";
|
|
|
for (String value : listParmNotBlank) {
|
|
|
if(!value.equals("color")){
|
|
|
- where=" 1=1 ";
|
|
|
where = where + " and " + value + "='" + content.getString(value) + "' ";
|
|
|
}
|
|
|
}
|
|
@@ -1059,9 +1059,9 @@ public class itemgroup extends Controller {
|
|
|
}
|
|
|
}
|
|
|
if(customschemeItems1RowsMap.containsKey("spec")){
|
|
|
+ where=" 1=1 ";
|
|
|
for (String value : listParmNotBlank) {
|
|
|
if(!value.equals("spec")){
|
|
|
- where=" 1=1 ";
|
|
|
where = where + " and " + value + "='" + content.getString(value) + "' ";
|
|
|
}
|
|
|
}
|
|
@@ -1110,9 +1110,9 @@ public class itemgroup extends Controller {
|
|
|
}
|
|
|
}
|
|
|
if(customschemeItems1RowsMap.containsKey("material")){
|
|
|
+ where=" 1=1 ";
|
|
|
for (String value : listParmNotBlank) {
|
|
|
if(!value.equals("material")){
|
|
|
- where=" 1=1 ";
|
|
|
where = where + " and " + value + "='" + content.getString(value) + "' ";
|
|
|
}
|
|
|
}
|
|
@@ -1161,9 +1161,9 @@ public class itemgroup extends Controller {
|
|
|
}
|
|
|
}
|
|
|
if(customschemeItems1RowsMap.containsKey("cheek")){
|
|
|
+ where=" 1=1 ";
|
|
|
for (String value : listParmNotBlank) {
|
|
|
if(!value.equals("cheek")){
|
|
|
- where=" 1=1 ";
|
|
|
where = where + " and " + value + "='" + content.getString(value) + "' ";
|
|
|
}
|
|
|
}
|