检测站点基本接口
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
|
||||
<select id="selectGSiteInfoById" parameterType="Long" resultMap="GSiteInfoResult">
|
||||
<include refid="selectGSiteInfoVo"/>
|
||||
where id = #{id}
|
||||
where site_id = #{siteId}
|
||||
</select>
|
||||
|
||||
<insert id="insertGSiteInfo" parameterType="GSiteInfo" useGeneratedKeys="true" keyProperty="id">
|
||||
|
Reference in New Issue
Block a user