Merge pull request '[1479]물건 정보 화면에 일부 PCS 명칭이 표시되지 않는다 - 스토리지뱃더리 추가' (#421) from dev into prd-deploy
Reviewed-on: #421
This commit is contained in:
commit
1b82c4c854
@ -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