This website works better with JavaScript.
Home
Explore
Help
Sign In
qinyanlei
/
inspect-simulator-senior
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
测试gitea是否正常使用
master
wangxun
6 months ago
parent
8e9aae7834
commit
4f96722532
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/main/resources/mapper/PatrolPresetPosMapper.xml
+ 3
- 0
src/main/resources/mapper/PatrolPresetPosMapper.xml
View File
@ -93,4 +93,7 @@
where a.patrol_point_id = #{patrolPointId}
</select>
<select
id=
"selectChannelImgByPatrolPointId"
parameterType=
"integer"
resultType=
"string"
>
select channel_img from patrol_preset_pos where patrol_point_id = #{patrolPointId}
</select>
</mapper>
Write
Preview
Loading…
Cancel
Save