xiaoyong931011
2020-07-21 fe508b600dcab0e9a07080ca4f89df6cf76d0544
src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml
@@ -38,8 +38,8 @@
                <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.accountType!=null and record.accountType!=''">
                    and m.account_type= #{record.accountType}
                 <if test="record.isTest!=null and record.isTest!=''">
                    and m.account_type= #{record.isTest}
                </if>
            </if>
      </where>