lyh
3 天以前 b508ec38ddf9ed93d4435e8f1e3c4effef798aaa
src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml
@@ -4,7 +4,7 @@
    <delete id="deleteByDocId">
        delete from nc_doc_info where doc_id = #{docId}
    </delete>
    <select id="findDocExtList" parameterType="String" resultType="DocInfo">
    <select id="findDocExtList" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
        select
        u.doc_id
        ,r.classification_id
@@ -36,7 +36,7 @@
    </select>
    <select id="findDeviceDocExtList" parameterType="String" resultType="DocInfo">
    <select id="findDeviceDocExtList" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
        select
        u.doc_id
        ,r.classification_id
@@ -70,7 +70,7 @@
        ${ew.customSqlSegment}
    </select>
    <select id="findByAttrAndDocName" parameterType="Map" resultType="DocInfo">
    <select id="findByAttrAndDocName" parameterType="Map" resultType="com.lxzn.framework.domain.nc.DocInfo">
        select r.doc_id
        ,r.attribution_id
        ,r.attribution_type
@@ -89,7 +89,7 @@
        where d.delete_flag=0 and d.doc_name=#{docName} and d.doc_suffix=#{docSuffix}
    </select>
    <select id="getByDocAttrAndDocId" parameterType="Map" resultType="DocInfo">
    <select id="getByDocAttrAndDocId" parameterType="Map" resultType="com.lxzn.framework.domain.nc.DocInfo">
        select r.doc_id
        ,r.attribution_id
        ,r.attribution_type
@@ -109,7 +109,7 @@
        where d.delete_flag=0
    </select>
    <select id="getByDocId" parameterType="String" resultType="DocInfo">
    <select id="getByDocId" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
        select r.doc_id
        ,r.attribution_id
        ,r.attribution_type