|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|