From ac5ad31526066fb86417b1d0f1a725ee1c4c2ba1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 14 Jul 2021 10:03:59 +0800
Subject: [PATCH] add fenxiao

---
 gc-shop/src/main/resources/mapper/shop/JhyOrderItemsMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gc-shop/src/main/resources/mapper/shop/JhyOrderItemsMapper.xml b/gc-shop/src/main/resources/mapper/shop/JhyOrderItemsMapper.xml
index 422caad..6a075a8 100644
--- a/gc-shop/src/main/resources/mapper/shop/JhyOrderItemsMapper.xml
+++ b/gc-shop/src/main/resources/mapper/shop/JhyOrderItemsMapper.xml
@@ -15,6 +15,8 @@
             a.*
              ,IFNULL(case when d.item_unit = '台' then a.weight
                           else 0 end, 0) recycleTai
+             ,IFNULL(case when d.item_unit = 'kg' then a.weight
+                          else 0 end, 0) recycleKg
         FROM
             xzx_jhy_order_items a
                 left join xzx_sys_environmental_info d on a.item_type = d.id

--
Gitblit v1.9.1