xiaoyong931011
2022-08-19 092ad23fb34e22ae7ccc1b1bcd6254c0944f6fdd
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 = 1
                        and a.is_hot = #{record.isHot}
                    </if>
                    <if test="record.isNormal != null and record.isNormal != ''">
                        and a.is_normal = #{record.isNormal}