|
|
@ -434,7 +434,7 @@ public class ScmApplyInboundService extends MybatisBaseService<ScmApplyInboundMa |
|
|
|
String guidedPrice = dto.getGuidedPrice(); |
|
|
|
String[] split = guidedPrice.split("/"); |
|
|
|
List<String> stringList = Arrays.asList(split); |
|
|
|
if (stringList.size() < 3){ |
|
|
|
if (stringList.size() < 2){ |
|
|
|
return new ResultBean().fail().setMsg("车型与配置贷款或全款销售指导价未维护,不可提交"); |
|
|
|
} |
|
|
|
List<ScmApplyInboundVehicleDto> vehicleList = dto.getVehicleList(); |
|
|
|