update user_money set
money=money+#{money}
money=money-#{money}
where user_id=#{userId}
update user_money set
amount=amount+#{amount}
amount=amount-#{amount}
where user_id=#{userId}
update user_money set
money=money+#{money}
money=money-#{money}
where sys_user_id=#{sysUserId}
update user_money set
amount=amount+#{amount}
amount=amount-#{amount}
where sys_user_id=#{sysUserId}