浏览代码

锁定用户报错

marxjaw 5 月之前
父节点
当前提交
e6f1f994b9
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      yt-risk/risk-manage/src/main/resources/mapper/RiskUserMapper.xml

+ 11 - 11
yt-risk/risk-manage/src/main/resources/mapper/RiskUserMapper.xml

@@ -55,37 +55,37 @@
                 channel_origin = #{channelOrigin},
             </if>
             <if test="userType !=null">
-                user_type = #{userType}
+                user_type = #{userType},
             </if>
             <if test="totalVideo !=null">
-                total_video = #{totalVideo}
+                total_video = #{totalVideo},
             </if>
             <if test="totalIncome !=null">
-                total_income = #{totalIncome}
+                total_income = #{totalIncome},
             </if>
             <if test="redPacketBalance !=null">
-                red_packet_balance = #{redPacketBalance}
+                red_packet_balance = #{redPacketBalance},
             </if>
             <if test="redPacketAmount !=null">
-                red_packet_amount = #{redPacketAmount}
+                red_packet_amount = #{redPacketAmount},
             </if>
             <if test="pointsBalance !=null">
-                points_balance = #{pointsBalance}
+                points_balance = #{pointsBalance},
             </if>
             <if test="pointsTotal !=null">
-                points_total = #{pointsTotal}
+                points_total = #{pointsTotal},
             </if>
             <if test="withdrawTotal !=null">
-                withdraw_total = #{withdrawTotal}
+                withdraw_total = #{withdrawTotal},
             </if>
             <if test="signDays !=null">
-                sign_days = #{signDays}
+                sign_days = #{signDays},
             </if>
             <if test="userStatus !=null">
-                user_status = #{userStatus}
+                user_status = #{userStatus},
             </if>
             <if test="lockReason !=null">
-                lock_reason = #{lockReason}
+                lock_reason = #{lockReason},
             </if>
         </set>
         where user_id = #{userId}