xiaoyong931011
2021-11-11 6e6a5bbc6ed0bc05da9ed8c0ab9b55bde79c5b03
gc-shop/src/main/resources/mapper/shop/ScoreOrderMapper.xml
@@ -139,7 +139,7 @@
            a. STATUS IN (1, 2, 3, 4, 5)
          and a.user_id = #{userId}
          AND b.goods_id = #{goodsId}
          and a.CREATED_TIME >= qgStartTime
          and a.CREATED_TIME <= qgEndTime
          and a.CREATED_TIME >= #{qgStartTime}
          and a.CREATED_TIME <= #{qgEndTime}
    </select>
</mapper>