gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml | ●●●●● patch | view | raw | blame | history |
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
@@ -11,9 +11,10 @@ <if test="name != null and name != ''"> and a.name like concat('%',#{name},'%') </if> <if test="delFlag == 0 or delFlag == 1"> and a.del_flag = #{delFlag} </if> <!-- <if test="delFlag == 0 or delFlag == 1">--> <!-- and a.del_flag = #{delFlag}--> <!-- </if>--> and a.del_flag = 0 order by a.CREATED_TIME desc </select>