|
|
|
@ -114,6 +114,10 @@ public class QuoteDetailBomTreeServiceImpl extends ServiceImpl<QuoteDetailBomTre |
|
|
|
component.setUnitPrice(BigDecimal.ZERO); |
|
|
|
component.setActualPrice(BigDecimal.ZERO); |
|
|
|
component.setQuotePrice(BigDecimal.ZERO); |
|
|
|
String resultMsg = map.get("resultMsg"); |
|
|
|
if (resultMsg.contains("You have entered an invalid username and/or password")){ |
|
|
|
throw new RuntimeException(resultMsg); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
component.setBomFlag("N"); |
|
|
|
|