hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml
@@ -310,7 +310,7 @@ where sp.is_use=1 <if test="proName!=null and proName!='' "> and sp.pro_name like concat('%',#{proName},'%') </if> </if>segment/segmentList <if test="companyId!=null and companyId!='' "> and sp.company_id=#{companyId} </if>