VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sqlite/RegisterDao.java
@@ -39,7 +39,9 @@ contentValues.put("gender_id", item.getGenderId()); contentValues.put("country_id", item.getCountryId()); contentValues.put("province", item.getProvince()); contentValues.put("city", item.getCompanyId()); contentValues.put("city", item.getCity()); contentValues.put("companyId", item.getCompanyId()); contentValues.put("company", item.getCompany()); contentValues.put("birthday", item.getBirthday()); contentValues.put("tel", item.getTel()); contentValues.put("mobile_phone", item.getMobilePhone());