xiaoyong931011
2023-09-11 023a40799745789e5585a9f5448a11f6acb4f874
src/main/resources/mapper/modules/MallMemberCouponMapper.xml
@@ -11,6 +11,9 @@
            <if test="record.state != null and record.state != ''">
                and a.state=#{record.state}
            </if>
            <if test="record.goodsId != null and record.goodsId != ''">
                and a.goods_id=#{record.goodsId}
            </if>
        </where>
        order by a.CREATED_TIME desc
    </select>