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