xiaoyong931011
2020-07-21 a53fb9086c7b174ea0bd3d1f80c90af9f0daac23
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>