Helius
2021-03-29 253c4a6e8c8277042fa373a2cc1b2369f4264204
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