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>