|
@@ -427,8 +427,8 @@ public class StockWaterServiceImpl extends ServiceImpl<StockWaterMapper, StockWa
|
|
// 工艺类型
|
|
// 工艺类型
|
|
String technologyType = condition.get("technologyType");
|
|
String technologyType = condition.get("technologyType");
|
|
if (ObjectUtil.isNotEmpty(technologyType)) {
|
|
if (ObjectUtil.isNotEmpty(technologyType)) {
|
|
- if (technologyType.equals("4")) {
|
|
|
|
- wrapper.in("m.TechnologyType", 0, 1, 2);
|
|
|
|
|
|
+ if (technologyType.equals("5")) {
|
|
|
|
+ wrapper.in("m.TechnologyType", 0, 1, 2, 4);
|
|
} else {
|
|
} else {
|
|
wrapper.eq("m.TechnologyType", technologyType);
|
|
wrapper.eq("m.TechnologyType", technologyType);
|
|
}
|
|
}
|