zainali5120
2020-09-25 286ea89f5f6cade73276f865effa5dcd2b19406d
src/main/resources/mapper/member/MemberCoinAddressDao.xml
@@ -36,6 +36,20 @@
          </if>
       </where>
   </select>
   <select id="selectCoinAddressByAddressAndSymbol" resultType="com.xcong.excoin.modules.member.entity.MemberCoinAddressEntity">
      select *
        from member_coin_address
       <where>
       is_biyict = 1
          <if test="symbol != null  and  symbol  != ''">
             and symbol = #{symbol}
          </if>
          <if test="address != null  and  address  != ''">
             and address = #{address}
          </if>
       </where>
   </select>
   
   <select id="selectCoinAddressListByMap" resultType="com.xcong.excoin.modules.member.entity.MemberCoinAddressEntity">
      select *  from member_coin_address