xiaoyong931011
2021-06-25 7108de563329444c690f96c373e67173be54cf32
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 &lt;= #{record.createTimeEnd}
        </if>
        order by a.CREATED_TIME desc
    </select>