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