From 7108de563329444c690f96c373e67173be54cf32 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 25 Jun 2021 16:47:03 +0800 Subject: [PATCH] 20210625 商品分类 --- gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml b/gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml index 090de52..cbe17ef 100644 --- a/gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml +++ b/gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml @@ -21,7 +21,7 @@ </if> <if test="record.createTimeEnd != null"> - and a.CREATED_TIME >= #{record.createTimeEnd} + and a.CREATED_TIME <= #{record.createTimeEnd} </if> order by a.CREATED_TIME desc </select> -- Gitblit v1.9.1