Sfoglia il codice sorgente

修改无人机删除和修改bug

bihs 3 giorni fa
parent
commit
cf196bbb78

+ 1 - 1
src/main/resources/mapper/monitor/uav/CentermonitorTUavMapper.xml

@@ -47,7 +47,7 @@
         </where>
     </select>
 
-    <select id="selectCentermonitorTUavById" parameterType="Long" resultMap="CentermonitorTUavResult">
+    <select id="selectCentermonitorTUavById" parameterType="String" resultMap="CentermonitorTUavResult">
         <include refid="selectCentermonitorTUavVo"/>
         where id = #{id}
     </select>