Browse Source

增加头像字段

zhangyang 2 years ago
parent
commit
9814fda686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-system/src/main/resources/mapper/system/PoIssuerMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/PoIssuerMapper.xml

@@ -67,7 +67,7 @@
             <if test="remark != null">#{remark},</if>
             <if test="delFlag != null">#{delFlag},</if>
             <if test="email != null">#{email},</if>
-            <if test="headPortrait != null">#{head_portrait},</if>
+            <if test="headPortrait != null">#{headPortrait},</if>
         </trim>
     </insert>