xiaoyong931011
2021-07-02 abf323cc9a96877ead8aa5e5caacff8c75e4d2e7
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -12,7 +12,7 @@
        a.reserve_time reserveTime,
        a.status status,
        a.remark remark,
        b.nick_name name,
        a.username name,
        b.mobile_phone mobilePhone,
               (select ifnull(sum(score),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,