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