master
吴顺杰 1 year ago
parent c229e266e2
commit 07aa42babf

@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectBNetVo"/>
<where>
<if test="netName != null and netName != ''">and net_name like concat('%', #{netName}, '%')</if>
<if test="shanghuId != null and shanghuId != ''">and shanghu_id like = #{shanghuId}</if>
<if test="shanghuId != null and shanghuId != ''">and shanghu_id = #{shanghuId}</if>
</where>
</select>

Loading…
Cancel
Save