xiaoyong931011
2021-03-23 1cb1f88c71eaafe867c8eff12839ff5bcfd64657
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>