Helius
2021-06-24 c13cc7349ca2a5ffa8eb1d41c583ceef2647abdb
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