xiaoyong931011
2022-08-18 03538b9e2ee60e685d129432afc8a5cc2e2b79f7
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -83,7 +83,7 @@
                a.is_sale=1
                <if test="record != null">
                    <if test="record.isHot != null and record.isHot != ''">
                        and a.is_hot = #{record.is_hot}
                        and a.is_hot = #{record.isHot}
                    </if>
                    <if test="record.isNormal != null and record.isNormal != ''">
                        and a.is_normal = #{record.isNormal}