xiaoyong931011
2021-03-04 998789a2ae1fd237d314c8139ee87d207c2d30f3
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