From 41631eec06251ec8f858765af6a0858b180e720d Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 22 二月 2024 08:22:56 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/src/main/resources/mapper/sd/BasicData.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/BasicData.xml b/north-glass-erp/src/main/resources/mapper/sd/BasicData.xml
index 78f29a0..e8c8a65 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/BasicData.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/BasicData.xml
@@ -8,14 +8,14 @@
             *
         from
             basic_data as a
-        where a.basic_type='order'
+        where a.basic_type=#{type}
     </select>
     <select id="getOrderBasicDataType">
         select
             a.basic_category
         from
             basic_data as a
-        where a.basic_type='order'
+        where a.basic_type=#{type}
         group by  a.basic_category
 
     </select>

--
Gitblit v1.8.0