dos 2 周之前
父節點
當前提交
be54d194d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      game-business/src/main/resources/mapper/business/AppGameMoneyMapper.xml

+ 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 app_game_money
         <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="delFlag != null">del_flag = #{delFlag},</if>
         </trim>