jinlin
2023-12-19 67c04bf46afc584884b73a57d3d23012126c5afc
modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml
@@ -17,4 +17,9 @@
            ORDER BY ${orderBySql}
        </if>
    </select>
    <select id="getFilesByBusiId" resultType="com.zt.modules.oss.model.SysOss">
        select  b.* from config_item_outbound_detail a , sys_oss b where a.outbound_id= #{id} and a.IS_DELETE=0 and b.IS_DELETE=0 and
            a.select_id=b.BUSI_ID and BUSI_TYPE='config_item_warehouse'
    </select>
</mapper>