src/main/resources/mapper/modules/MallGoodsMapper.xml | ●●●●● patch | view | raw | blame | history |
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}