Parcourir la source

update agent flag

kk il y a 3 mois
Parent
commit
f0d012edd4

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

@@ -492,7 +492,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="diamondCoinCash != null">diamond_coin_cash,</if>
             <if test="diamondCoinTotal != null">diamond_coin_total,</if>
             <if test="diamondCoinCashTotal != null">diamond_coin_cash_total,</if>
-            <if test="agentFlag != null and agentFlag != ''">agentFlag,</if>
+            <if test="agentFlag != null and agentFlag != ''">agent_flag,</if>
          </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="userid != null">#{userid},</if>