Compare commits

..

No commits in common. "303a81d7fa9bd94f68ff5dcdf9edc1e7c1ca6ad0" and "297abd9e37d34c2e1582bf4254a43de424e52fb2" have entirely different histories.

View File

@ -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();
} }
} }
} }