瀏覽代碼

sz 新增字段类型修改

xiao547607 5 年之前
父節點
當前提交
410da6b176

+ 1 - 1
common/src/main/java/com/jpsoft/smart/modules/base/entity/PersonDeviceRelation.java

@@ -92,5 +92,5 @@ public class PersonDeviceRelation {
 	 *人脸信息是否绑定到终端
 	 */
 	@ApiModelProperty(value = "人脸信息是否绑定到终端")
-	private String isBound;
+	private Boolean isBound;
 }

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

@@ -49,7 +49,7 @@
 ,#{createTime,jdbcType= TIMESTAMP }
 ,#{updateBy,jdbcType=VARCHAR}
 ,#{updateTime,jdbcType= TIMESTAMP }
-,#{isBound,jdbcType=VARCHAR}
+,#{isBound,jdbcType=NUMERIC}
 		)
 	]]>
 	</insert>