|
|
@@ -40,7 +40,6 @@ import com.jzg.organization.client.OrgClient;
|
|
|
import com.jzg.organization.client.PlatformClient;
|
|
|
import com.jzg.organization.mapper.*;
|
|
|
import com.jzg.organization.service.*;
|
|
|
-import io.seata.spring.annotation.GlobalTransactional;
|
|
|
import org.apache.http.util.TextUtils;
|
|
|
import org.redisson.api.RedissonClient;
|
|
|
import org.slf4j.Logger;
|
|
|
@@ -184,7 +183,7 @@ public class PtlSchemeServiceImpl extends ServiceImpl<PtlSchemeMapper, PtlScheme
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- //校验驾意险座位数范围不可重复
|
|
|
+ // 自选驾意险,校验座位数范围不可重复
|
|
|
if(!ptlSchemeSaveVo.getSchemeType().equals("2")) {
|
|
|
validateDrivingIntentionSeatRange(ptlSchemeInsuranceDrivingIntentionList);
|
|
|
}
|