“djh”
2025-11-25 f9feae49eee21286708bcef1cea91be34d9e9241
multi-system/src/main/resources/mapper/system/ProjectResearchMapper.xml
@@ -28,7 +28,9 @@
                LEFT JOIN sys_company sc ON pr.company_id = sc.id
        WHERE
            pr.del_flag = 1
          AND pr.company_id = 24
            <if test="companyId!=null">
                and pr.company_id = #{companyId}
            </if>
        ORDER BY
            pr.create_time DESC
    </select>