This commit is contained in:
parent
ca286722bd
commit
1b84b3e46e
|
|
@ -77,6 +77,7 @@
|
||||||
and (tt.tower_name like concat('%',#{keyWord},'%') or
|
and (tt.tower_name like concat('%',#{keyWord},'%') or
|
||||||
tt2.tower_name like concat('%',#{keyWord},'%'))
|
tt2.tower_name like concat('%',#{keyWord},'%'))
|
||||||
</if>
|
</if>
|
||||||
|
ORDER BY tts.update_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getTbThreeSpanById" resultType="com.bonus.digitalSignage.basic.vo.TbThreeSpanVo">
|
<select id="getTbThreeSpanById" resultType="com.bonus.digitalSignage.basic.vo.TbThreeSpanVo">
|
||||||
select id as id,pro_id as proId,span_type as spanType,tower_id as towerId,next_tower_id as nextTowerId,
|
select id as id,pro_id as proId,span_type as spanType,tower_id as towerId,next_tower_id as nextTowerId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue