ea375b6d by 荆蔚杰

文件上传和排序接口整合

1 parent eeb29e78
......@@ -26,7 +26,7 @@
</sql>
<resultMap id="result" type="com.pashanhoo.file.entity.vo.DgCatalogWithFileVO">
<result column="BSM_ARCHIVES" property="bsmArchive"/>
<result column="bsm_archives" property="bsmArchive"/>
<result column="bsm_catalog" property="bsmCatalog"/>
<result column="wjmc" property="wjmc"/>
<result column="catalogXh" property="catalogXh"/>
......@@ -49,7 +49,7 @@
join DG_ARCHIVES DA on DAC.BSM_ARCHIVES = DA.BSM_ARCHIVES
<where>
<if test="bsmArchive != null and bsmArchive != ''">
BSM_ARCHIVES = #{bsmArchive,jdbcType=VARCHAR}
DAC.BSM_ARCHIVES = #{bsmArchive,jdbcType=VARCHAR}
</if>
</where>
order by DF.XH,DAC.XH
......