whyclxw
2025-03-13 935e439797c17c9f2d2c9ce8f4ffb39dc7e1b1f4
修改源码上传
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/SoftwareMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/SoftwareMapper.xml
@@ -49,7 +49,7 @@
        select * from tb_software where file_url=#{fileUrl} and lock_flag = #{lockFlag}
    </select>
    <select id="getFileNameByOwnerWithCode" resultType="com.whyc.pojo.Software">
        SELECT distinct w.file_name,based_version,owner
        SELECT distinct w.file_name,based_version,owner,version
        FROM tb_software w
        LEFT JOIN tb_softcode c ON w.file_name = c.file_name
        WHERE c.file_name IS NULL