0e5aaeba97021c289485a652ec6af0bb37f92af7..c4bade94a970fca41493ec5a8e02a91219248a57
2021-12-01 Helius
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
c4bade diff | tree
2021-12-01 Helius
fix
889546 diff | tree
1 files modified
2 ■■■ changed files
gc-shop/src/main/resources/mapper/shop/ScoreOrderMapper.xml 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreOrderMapper.xml
@@ -14,7 +14,7 @@
               d.express_no expressNo
        FROM
        xzx_score_order a
        left join xzx_user_info b on b.user_id = a.user_id
        inner join xzx_user_info b on b.user_id = a.user_id
        left join xzx_score_express_info d on d.order_id = a.id
        WHERE 1 = 1
        <if test="orderNo != null and orderNo != ''">