From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能
---
java110-db/src/main/resources/mapper/store/SmallWeChatServiceDaoImplMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/store/SmallWeChatServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/SmallWeChatServiceDaoImplMapper.xml
index 47d9472..6013b59 100755
--- a/java110-db/src/main/resources/mapper/store/SmallWeChatServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/SmallWeChatServiceDaoImplMapper.xml
@@ -130,6 +130,7 @@
t.obj_id,t.obj_id objId,
t.obj_type,t.obj_type objType,
t.mch_id,t.mch_id mchId,
+ t.mch_name mchName,
t.wechat_type, t.wechat_type weChatType,
d.name objTypeName
from small_wechat t left join t_dict d on t.obj_type = d.status_cd and d.table_name = 'small_wechat' and d.table_columns = 'obj_type'
--
Gitblit v1.8.0