|
@@ -283,6 +283,13 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
+ <select id="selectAlgorithmById" resultType="api.common.pojo.po.algorithm.AlgorithmPO">
|
|
|
+ select id, algorithm_name, description
|
|
|
+ from algorithm
|
|
|
+ where id = #{id,jdbcType=VARCHAR}
|
|
|
+ </select>
|
|
|
+
|
|
|
+
|
|
|
<!--获取车辆基本信息-->
|
|
|
<select id="selectVehicleBaseInfoById" parameterType="string" resultType="api.common.pojo.po.model.VehiclePO">
|
|
|
select a.id, a.vehicle_name, a.description, a.vehicle_top_view
|