zainali5120
2020-10-25 b030eeff5a2cf97f25037be96e118a4c90bc2240
src/main/resources/mapper/member/MemberWalletContractDao.xml
@@ -9,6 +9,12 @@
            and wallet_code = #{symbol}
         </if>
   </select>
   <select id="findContractSymbolListBymemberId" resultType="com.xcong.excoin.modules.coin.parameter.vo.ContractSymbolListVo">
         select wallet_code
         from member_wallet_contract
         where member_id = #{memberId}
   </select>
   <update id="increaseWalletContractBalanceById" parameterType="map" >
      update member_wallet_contract