浏览代码

人员新增BUG

jz.kai 5 年之前
父节点
当前提交
c39df82ec9

+ 7 - 0
common/src/main/java/com/jpsoft/smart/modules/base/entity/PersonInfo.java

@@ -143,4 +143,11 @@ public class PersonInfo {
 
 	@ApiModelProperty(value = "人脸相片地址")
 	private String faceImageUrl;
+	public String getFaceImageUrl() {
+		return faceImageUrl;
+	}
+
+	public void setFaceImageUrl(String faceImageUrl) {
+		this.faceImageUrl = faceImageUrl;
+	}
 }

+ 1 - 1
common/src/main/resources/mapper/base/PersonInfo.xml

@@ -56,7 +56,7 @@
             ,#{position3,jdbcType=VARCHAR}
             ,#{position4,jdbcType=VARCHAR}
             ,#{position5,jdbcType=VARCHAR}
-            ,#{face_image_url,jdbcType=VARCHAR}
+            ,#{faceImageUrl,jdbcType=VARCHAR}
             ,#{delFlag,jdbcType= NUMERIC }
             ,#{createBy,jdbcType=VARCHAR}
             ,#{createTime,jdbcType= TIMESTAMP }