Compare commits
No commits in common. "1b82c4c854df0141059016c21547bff688e40391" and "a6c0b2f2d385d9b1f35e5db84019ec6a3be0ee87" have entirely different histories.
1b82c4c854
...
a6c0b2f2d3
@ -620,9 +620,6 @@ public class EstimateService {
|
|||||||
} else if ("PC_".equals(itemRequest.getItemGroup())) {
|
} else if ("PC_".equals(itemRequest.getItemGroup())) {
|
||||||
pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : "";
|
pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : "";
|
||||||
pcTypeNo += itemRequest.getItemNo();
|
pcTypeNo += itemRequest.getItemNo();
|
||||||
} else if ("STORAGE_BATTERY".equals(itemRequest.getItemGroup())) {
|
|
||||||
pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : "";
|
|
||||||
pcTypeNo += itemRequest.getItemNo();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user