luohairen
2024-12-04 fc6b946b1020ddff4fe2b01c9e439680cbda6b47
business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -181,4 +181,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>