From fe74e27ec7611ad8ffa552e97d1c23b222f21c8b Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 03 Mar 2021 19:58:35 +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..c83eb47 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 s.contract_type= #{record.contractType} + </if> <if test="record.isTest!=null and record.isTest!=''"> and m.account_type= #{record.isTest} </if> -- Gitblit v1.9.1