0e5aaeba97021c289485a652ec6af0bb37f92af7..c402154474b5bf897ec9c59155fb4d85e5871ef4
2021-12-01 Helius
fix jhy/queryOrderList.json
c40215 diff | tree
2021-12-01 Helius
fix score/goods/queryScoreDetailsList.json
f736de diff | tree
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
3 files modified
6 ■■■■ changed files
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreOrderMapper.xml 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -22,7 +22,7 @@
        d.username username
        FROM
        xzx_jhy_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_jhy_info d on d.user_id = a.jhy_id
        WHERE 1 = 1
        <if test="record.orderNo != null and record.orderNo != ''">
gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml
@@ -9,7 +9,7 @@
        a.CREATED_TIME createTime
        FROM
        xzx_score_details 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
        WHERE 1 = 1
        <if test="record.orderNo != null and record.orderNo != ''">
            and a.order_no like concat('%',#{record.orderNo},'%')
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 != ''">