@@ -2023,7 +2023,7 @@ public class PublicServiceImpl implements PublicService {
break;
}
// 类型:ALL=一体机,INSIDE=内机,OUT=外机,INSIDE_OUT=一内一外
- if (type == 42){
+ if (type == 42 || type == 18){
if (detailone.getType().equals("INSIDE") || detailone.getType().equals("INSIDE_OUT")){
result = 4;
} else if (detailone.getType().equals("OUT") || detailone.getType().equals("ALL")){