@@ -92,5 +92,5 @@ public class PersonDeviceRelation {
*人脸信息是否绑定到终端
*/
@ApiModelProperty(value = "人脸信息是否绑定到终端")
- private String isBound;
+ private Boolean isBound;
}
@@ -49,7 +49,7 @@
,#{createTime,jdbcType= TIMESTAMP }
,#{updateBy,jdbcType=VARCHAR}
,#{updateTime,jdbcType= TIMESTAMP }
-,#{isBound,jdbcType=VARCHAR}
+,#{isBound,jdbcType=NUMERIC}
)
]]>
</insert>