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