From b24571fe40fd1d2895a82ab078975f3c2fc82e7e Mon Sep 17 00:00:00 2001 From: xiezhijun <15270898033@163.com> Date: Thu, 24 Jun 2021 16:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=94=AE=E4=B8=AD=E4=BD=93=E9=AA=8C=E5=8D=95?= =?UTF-8?q?=E6=8F=90=E6=88=90=E8=AE=A1=E7=AE=97=E3=80=81=E9=AB=98=E8=A1=80?= =?UTF-8?q?=E7=B3=96=E8=A1=80=E5=8E=8B=E9=97=AE=E5=8D=B7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/custom/SysCommisionMapper.xml | 4 +-- .../src/components/HealthyForm/Form2.vue | 23 ++++++++----- .../src/components/HealthyForm/Form9.vue | 2 +- .../components/HealthyForm/FormExtended.vue | 5 ++- .../components/PhysicalSignsDialog/index.vue | 25 ++++++++------ .../components/PhysicalSignsEdit/index.vue | 7 ++-- stdiet-ui/src/utils/healthyData.js | 33 ++++++++++++++++++- .../custom/subhealthy/investigation/index.vue | 6 ++-- 8 files changed, 73 insertions(+), 32 deletions(-) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysCommisionMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysCommisionMapper.xml index ac42f0f58..9fced82a6 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysCommisionMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysCommisionMapper.xml @@ -42,9 +42,9 @@ AND date_format(order_time,'%y%m%d') <= date_format(${endTime},'%y%m%d') - + - and order_type = 3 + AND (order_type = 3 OR (order_type = 2 AND (pre_sale_id IS NULL || pre_sale_id = 0))) GROUP BY ${column} diff --git a/stdiet-ui/src/components/HealthyForm/Form2.vue b/stdiet-ui/src/components/HealthyForm/Form2.vue index 5c42c78b4..1a68a07d5 100644 --- a/stdiet-ui/src/components/HealthyForm/Form2.vue +++ b/stdiet-ui/src/components/HealthyForm/Form2.vue @@ -1,34 +1,34 @@