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