heheng
2025-11-27 af31f0a78ec1932cec1a7e99482e7d850e60576e
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>