diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml index bef6435..aa8526a 100644 --- a/src/main/resources/mapper/OrderMapper.xml +++ b/src/main/resources/mapper/OrderMapper.xml @@ -121,6 +121,7 @@ WHEN '1' THEN '录像集' WHEN '2' THEN '照片集' WHEN '3' THEN '照片打印' + WHEN '4' THEN '一体机照片打印' ELSE '其他' END AS goods_name, CASE oi.goods_type @@ -141,6 +142,7 @@ WHEN '1' THEN msd.url WHEN '2' THEN msd.url WHEN '3' THEN mpd.url + WHEN '4' THEN msd.url END AS imgUrl FROM order_item oi LEFT JOIN `order` o ON oi.order_id = o.id