多单位版国产化地质资料管理系统
zs
2026-02-04 fe02f176b512a9d6a4e12437d929e04e99bb7567
src/main/resources/mapper/PhysicalDetailMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.zbooksoft.gdmis.dao.PhysicalDetailMapper">
    <select id="selectDistinctParentPhysicalInfo" parameterType="Long"
            resultType="com.zbooksoft.gdmis.data.vo.ParentPhysicalInfo">
        select distinct file_id, archival_code, file_title
        select distinct file_id, project_num, project_name
        FROM UTL_PHYSICAL_DETAIL
        WHERE (form_id = 0 or form_id is null)
          and create_user_id = #{createUserId}
@@ -11,7 +11,7 @@
    <select id="selectDistinctParentPhysicalInfoByFormId" parameterType="Long"
            resultType="com.zbooksoft.gdmis.data.vo.ParentPhysicalInfo">
        select distinct file_id, archival_code, file_title
        select distinct file_id, project_num, project_name
        FROM UTL_PHYSICAL_DETAIL
        WHERE form_id = #{formId}
    </select>