wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-db/src/main/resources/mapper/goods/StoreOrderCartServiceDaoImplMapper.xml
@@ -21,7 +21,7 @@
        orderId,t.cart_id,t.cart_id cartId,t.remark,t.status_cd,t.status_cd statusCd,t.store_id,t.store_id
        storeId,t.cart_num,t.cart_num cartNum,t.price,t.pay_price,t.pay_price payPrice,t.person_id,t.person_id
        personId,t.state,t.freight_price,t.freight_price freightPrice,p.prod_name prodName,so.person_name personName,
        td.name stateName,t.create_time createTime,psv.spec_id specId
        td.name stateName,t.create_time createTime,psv.spec_id specId,so.total_price totalPrice
        from store_order_cart t
        left join store_order so on t.order_id = so.order_id
        left join t_dict td on t.state = td.status_cd and td.table_name = 'store_order_cart' and td.table_columns = 'state'