debug
This commit is contained in:
parent
37b255992c
commit
4cd4a6ee4e
|
@ -126,9 +126,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="query.lastUserName != null and query.lastUserName != ''">and bul.nick_name like concat('%', #{query.lastUserName}, '%')</if>
|
||||
<if test="query.lastUserPhone != null and query.lastUserPhone != ''">and bul.user_name like concat('%', #{query.lastUserPhone}, '%')</if>
|
||||
<if test="query.mchName != null and query.mchName != ''">and mch.nick_name like concat('%', #{query.mchName}, '%')</if>
|
||||
<if test="query.modelName != null and query.modelName != ''">and bm.name like concat('%', #{query.modelName}, '%')</if>
|
||||
<if test="query.modelName != null and query.modelName != ''">and bm.name like concat('%', #{query.modelName}, '%')</if>
|
||||
<if test="query.suitId != null">
|
||||
and find_in_set(#{query.suitId}, bm.suit_ids)
|
||||
and bm.id in (
|
||||
select bms.model_id from bst_model_suit bms where bms.suit_id = #{query.suitId}
|
||||
)
|
||||
</if>
|
||||
<if test="query.ids != null and query.ids.size() > 0">
|
||||
and bd.id in
|
||||
|
@ -453,11 +455,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
limit 1
|
||||
</select>
|
||||
|
||||
<!-- selectMacSnList -->
|
||||
<!-- selectMacSnList -->
|
||||
|
||||
<select id="selectMacSnList" resultType="DeviceMacSnVO">
|
||||
select
|
||||
bd.mac,
|
||||
select
|
||||
bd.mac,
|
||||
bd.sn
|
||||
from bst_device bd
|
||||
<where>
|
||||
|
|
Loading…
Reference in New Issue
Block a user