|
|
@ -324,7 +324,7 @@ public class QuoteServiceImpl extends ServiceImpl<QuoteMapper, Quote> implements |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public PageUtils searchUserAuthQuoteApplicationInfo(Quote quote) { |
|
|
public PageUtils searchUserAuthQuoteApplicationInfo(Quote quote) { |
|
|
if (!Objects.equals(quote.getBu(), "") && quote.getBu() != null) { |
|
|
|
|
|
|
|
|
if (StringUtils.hasText(quote.getBu())) { |
|
|
quote.setBuNo(quote.getBu().split("_")[1]); |
|
|
quote.setBuNo(quote.getBu().split("_")[1]); |
|
|
quote.setSite(quote.getBu().split("_")[0]); |
|
|
quote.setSite(quote.getBu().split("_")[0]); |
|
|
} |
|
|
} |
|
|
|