From d9be31f876585d30156103e6ef4a2f04aa5b4228 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Wed, 21 Apr 2021 18:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A7=E5=88=B6=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B9=BF=E5=91=8A=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/custom/SysWxSaleAccountMapper.xml | 2 +- .../src/views/custom/wxAccount/index.vue | 421 +++++++++++------- 2 files changed, 254 insertions(+), 169 deletions(-) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysWxSaleAccountMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysWxSaleAccountMapper.xml index 4c763fdd2..a5ceceaad 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysWxSaleAccountMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysWxSaleAccountMapper.xml @@ -22,7 +22,7 @@ - select id, wx_nick_name, wx_account, wx_phone, wx_code_url, remark, wx_type, create_time, create_by, update_time, update_by, del_flag from sys_wx_sale_account + select id, wx_nick_name, wx_account, wx_phone, wx_code_url, remark, wx_type, create_time, create_by, update_time, update_by, del_flag, status, use_count from sys_wx_sale_account