<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
<mapper namespace="cn.gistack.sm.sjztmd.mapper.TbFileStorageLocationMapper">
|
|
<!--查询水库填报详情信息-->
|
<select id="getDetailByResGuid" resultType="cn.gistack.sm.sjztmd.entity.TbFileStorageLocation">
|
SELECT * FROM "tb_file_storage_location" WHERE "res_guid" = #{resGuid}
|
</select>
|
|
</mapper>
|