|
|
@@ -707,9 +707,9 @@
|
|
|
<if test="hot != null and hot == 0"><!-- 不在首页 -->
|
|
|
,0 as hot
|
|
|
</if>
|
|
|
- <if test="hot==null"><!-- 无首页参数 -->
|
|
|
- ,ifnull(mm.effective,0) as hot
|
|
|
- </if>
|
|
|
+<!-- <if test="hot==null"><!– 无首页参数 –>-->
|
|
|
+<!-- ,ifnull(mm.effective,0) as hot-->
|
|
|
+<!-- </if>-->
|
|
|
from demand d
|
|
|
LEFT JOIN admin a on a.id = d.tech_broker_id
|
|
|
where d.deleted_sign = 0
|