|
|
@@ -101,6 +101,7 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
import java.math.BigDecimal;
|
|
|
+import java.math.BigInteger;
|
|
|
import java.text.ParseException;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.time.LocalDateTime;
|
|
|
@@ -490,7 +491,7 @@ public class YongchengOrderApiServiceImpl implements YongchengOrderApiService {
|
|
|
|
|
|
List<SysQuoteRecord> sysQuoteRecords = new ArrayList<>();
|
|
|
|
|
|
- BigDecimal negotiatedPrice = null; // 协商价
|
|
|
+ BigDecimal negotiatedPrice = BigDecimal.ZERO; // 协商价
|
|
|
//接口调用前提条件:
|
|
|
//旧车,0326/0364, 10座以下非营业个人客车业务”才调该接口查询协商价浮动比例
|
|
|
//协商价 = 折旧价*返回的协商价浮动比例
|