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>