项目修改优化
This commit is contained in:
parent
d460d521ba
commit
18d1bf34d1
|
|
@ -140,7 +140,7 @@
|
||||||
GROUP BY
|
GROUP BY
|
||||||
ttp.tower_id
|
ttp.tower_id
|
||||||
) A ON tt.id = A.tower_id
|
) A ON tt.id = A.tower_id
|
||||||
WHERE tt.pro_id = #{id} and is_actvice = '1'
|
WHERE tt.pro_id = #{id} and tt.is_actvice = '1'
|
||||||
ORDER BY tt.sort
|
ORDER BY tt.sort
|
||||||
</select>
|
</select>
|
||||||
<!--查询交叉跨越信息-->
|
<!--查询交叉跨越信息-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue