From f14c50cb0036d3ddd655ce4e34732ba396a836c4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 30 五月 2023 12:42:03 +0800
Subject: [PATCH] optimize 统计

---
 java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml
index 4cb49f6..c4905e7 100644
--- a/java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml
@@ -17,8 +17,8 @@
 
     <!-- 鏌ヨ渚涘簲鍟嗙被鍨嬩俊鎭� add by wuxw 2018-07-03 -->
     <select id="getSupplierTypeInfo" parameterType="Map" resultType="Map">
-        select t.type_cd,t.type_cd typeCd,t.type_name,t.type_name typeName,t.st_id,t.st_id stId,t.status_cd,t.status_cd
-        statusCd,t.remark
+        select t.type_cd,t.type_cd typeCd,t.type_name,t.type_name typeName,t.st_id,t.st_id stId,
+        t.status_cd,t.status_cd statusCd,t.remark,t.create_time createTime
         from supplier_type t
         where 1 =1
         <if test="typeCd !=null and typeCd != ''">

--
Gitblit v1.8.0