瀏覽代碼

增加头像字段

zhangyang 2 年之前
父節點
當前提交
9814fda686
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>