Administrator
2025-07-21 7696a10d7f7af7046ebbaf3d2a812a4c28b90346
src/main/resources/mapper/modules/ClothesSocialMapper.xml
@@ -48,6 +48,9 @@
                <if test="record.categoryId != 0">
                    and a.category_id = #{record.categoryId}
                </if>
                <if test="record.type == 1">
                    and a.hot_state = #{record.type}
                </if>
            </if>
        </where>
        order by a.hot_state desc, a.created_time desc