935090232@qq.com
2021-01-26 ea8780c9aba82b8e8705ece4608c2477c340c742
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -742,7 +742,7 @@
              and  a.proj_name like concat('%',#{projName},'%')
            </if>
            <if test="cateId != null and cateId != ''  ">
                and  b.PROJ_TYPE_ID=#{cateId}
                and  b.cate_id=#{cateId}
            </if>
        </where>