Compare commits
2 Commits
a6c0b2f2d3
...
1b82c4c854
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b82c4c854 | |||
| 3a4dab2f48 |
@ -620,6 +620,9 @@ public class EstimateService {
|
||||
} else if ("PC_".equals(itemRequest.getItemGroup())) {
|
||||
pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : "";
|
||||
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