xiaoyong931011
2021-06-29 842a1c940b26ad8c304f866bb3829a4b47ea42f0
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