fuliqi
2024-12-26 18668d8aa56addae9e488f32102f7ce808d8eab1
business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -201,4 +201,7 @@
            </if>
        </where>
    </select>
    <select id="queryById" resultType="com.ycl.domain.entity.ProjectInfo">
        select * from t_project_info where id = #{id} and deleted = 0
    </select>
</mapper>