xiaoyong931011
2021-11-11 52ae90b3ad7eb167af53e2b61f10d7bc08860c3d
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>