xiaoyong931011
2021-06-24 7a8413c07a44737e559cbc0369f9ff9687f22646
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