xiaoyong931011
2021-11-10 7d35a3676ac6d4abcc7a02f33ba020bc29e1b825
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>