zhongrj
2023-08-30 f3b15901b4835eff84947d9fb4bbda3db466ed9a
1
2
3
4
5
6
7
8
9
10
<?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>