dos 2 weeks ago
parent
commit
be54d194d8

+ 1 - 1
game-business/src/main/resources/mapper/business/AppGameMoneyMapper.xml

@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <update id="updateAppGameMoney" parameterType="com.game.business.domain.AppGameMoney">
     <update id="updateAppGameMoney" parameterType="com.game.business.domain.AppGameMoney">
         update app_game_money
         update app_game_money
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
-            <if test="appGameId != null">app_game_id = #{appGame},</if>
+            <if test="appGameId != null">app_game_id = #{appGameId},</if>
             <if test="bettingMoney != null">betting_money = #{bettingMoney},</if>
             <if test="bettingMoney != null">betting_money = #{bettingMoney},</if>
             <if test="delFlag != null">del_flag = #{delFlag},</if>
             <if test="delFlag != null">del_flag = #{delFlag},</if>
         </trim>
         </trim>