邱宇豪
2023-09-22 8d573e45a06558221f0945f59666114ba8442075
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>