xiaoyong931011
2023-09-11 3e9ce32124446cd42c1d50f0bbc9876dd4299b3d
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>