xiaoyong931011
2021-11-10 7d35a3676ac6d4abcc7a02f33ba020bc29e1b825
20211108
1 files modified
4 ■■■■ changed files
gc-shop/src/main/resources/mapper/shop/ScoreOrderMapper.xml 4 ●●●● patch | view | raw | blame | history
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>