xiaoyong931011
2021-06-29 866da0eb49d74ad53440a52b19caf7c2aceb8aa9
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -15,6 +15,7 @@
        b.nick_name name,
        b.mobile_phone mobilePhone,
               (select ifnull(sum(price*weight*40),0) from xzx_jhy_order_items where order_id = a.id) totalPrice,
                (select ifnull(sum(weight),0) from xzx_jhy_order_items where order_id = a.id) totalWeight,
        d.username username
        FROM
        xzx_jhy_order a