tangzy
2021-07-08 29504e5001b4e7593dc114ebdb95db6122a67212
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -22,6 +22,7 @@
        <result column="registration" property="registration"/>
        <result column="industry" property="industry"/>
        <result column="tenantId" property="tenantid"/>
        <result column="stats" property="stats"/>
    </resultMap>
@@ -33,6 +34,9 @@
        <if test="information.representative!=null and information.representative!=''">
            and representative like concat(concat('%', #{information.representative}),'%')
        </if>
        <if test="information.stats!=null and information.stats!=''">
            and stats=#{stats}
        </if>
    </select>
</mapper>