xiaoyong931011
2022-08-18 7f4fe05b3032214694724c36a9fb3f9e7813f16e
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}