From 3ea894165b42672d0a9d93341e84fbc9f24f5294 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 03 Mar 2021 11:39:36 +0800 Subject: [PATCH] 20210321 利润率后台修改,推荐上首页后台设置 --- src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml b/src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml index a311cc5..0993c26 100644 --- a/src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml +++ b/src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml @@ -13,6 +13,9 @@ <if test="record.account!=null and record.account!=''"> and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account}) </if> + <if test="record.contractType!=null and record.contractType!=''"> + and m.contract_type= #{record.contractType} + </if> <if test="record.isTest!=null and record.isTest!=''"> and m.account_type= #{record.isTest} </if> -- Gitblit v1.9.1