From 9dceadbe980c80910e171d065c0e45afdaf2e84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Tue, 16 Apr 2024 15:07:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E4=BC=81=E4=B8=9Aid?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/system/CompanyserviceMapper.xml | 3 +++ jianshui-ui/src/views/system/companyservice/index.vue | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/jianshui-system/src/main/resources/mapper/system/CompanyserviceMapper.xml b/jianshui-system/src/main/resources/mapper/system/CompanyserviceMapper.xml index c2fabfe..a2dc1d5 100644 --- a/jianshui-system/src/main/resources/mapper/system/CompanyserviceMapper.xml +++ b/jianshui-system/src/main/resources/mapper/system/CompanyserviceMapper.xml @@ -67,6 +67,9 @@ and sellername like concat('%', #{sellername}, '%') and phone = #{phone} and reback_type = #{rebackType} + + and companyid = #{companyid} + diff --git a/jianshui-ui/src/views/system/companyservice/index.vue b/jianshui-ui/src/views/system/companyservice/index.vue index b917b7d..2fe9e1e 100644 --- a/jianshui-ui/src/views/system/companyservice/index.vue +++ b/jianshui-ui/src/views/system/companyservice/index.vue @@ -3,6 +3,10 @@ + + + @@ -205,6 +209,7 @@ export default { checker: null, payer: null, rebackType: null, + companyid: null, }, // 表单参数 form: {},