xiaoyong931011
2020-07-07 d2839ac8eafecbce92da172067a7670a20edb7ff
src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -9,6 +9,7 @@
         contract_order s
      LEFT JOIN member m ON m.id = s.member_id
      <where>
      order_type in (3,4)
         <if test="record != null" >
                <if test="record.account!=null and record.account!=''">
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})