xiaoyong931011
2021-03-26 2c995edc1061a64f1afda509a4bae5eced7ff19e
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