zainali5120
2021-02-23 705635efdd5000152d9c4423ae980ccdc34632a8
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