c4d8357ad30bb39968279957d1fb594ef8dfdf5f..b0c195d4628b9086fb6e3f16759d15cf49100a50
2021-11-10 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
b0c195 diff | tree
2021-11-10 xiaoyong931011
20211108
7d35a3 diff | tree
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>