gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -14,7 +14,7 @@ a.remark remark, b.nick_name name, b.mobile_phone mobilePhone, (select ifnull(sum(price),0) from xzx_jhy_order_items where order_id = a.id) totalPrice, (select ifnull(sum(price)*40,0) from xzx_jhy_order_items where order_id = a.id) totalPrice, d.username username FROM xzx_jhy_order a