[1479]물건 정보 화면에 일부 PCS 명칭이 표시되지 않는다 - 스토리지뱃더리 추가
This commit is contained in:
parent
4468d3f9a8
commit
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