xiaoyong931011
2021-03-02 4348e057d9b2894a533ba116e21216610934eef0
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>