diff --git a/.gitignore b/.gitignore
index 549e00a..842e0c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,7 @@ build/
### VS Code ###
.vscode/
+
+
+### logs ###
+/logs/
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 7409f08..711937c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,11 +31,6 @@
mybatis-spring-boot-starter
2.2.2
-
-
- com.zaxxer
- HikariCP
-
com.alibaba
diff --git a/suu-service/src/main/resources/mappers/UserMappers.xml b/suu-service/src/main/resources/mappers/UserMappers.xml
index d932694..df939fc 100644
--- a/suu-service/src/main/resources/mappers/UserMappers.xml
+++ b/suu-service/src/main/resources/mappers/UserMappers.xml
@@ -2,24 +2,20 @@
-
+
- id,user_isli as userIsli,username,institution_code as institutionCode,agency_type as agencyType,
- cert_type as certType,idNumber,cell_phone as cellPhone,bank_account as bankAccount,
- legals_name as legalsName,legals_type as legalsType,legals_idnum as legalsIdnum,
- legals_phone as legalsPhone,bank_card_type as bankCardType,bank_type as bankType,
- bank_name as bankName,bank_username as bankUsername,bank_userid as bankUserid,
- bank_userphone as bankUserphone,bank_address as bankAddress,attest_status as attestStatus,
- registertime,attesttime
+ id,username,idnum,nickname,email,mobile,password,salt,avatar,
+ gender,birthday,grade,nclass,nation,addr,
+ jh1name,jh1idnum,jh1mobile,jh2name,jh2idnum,jh2mobile
- `user`
+ `suu_user`
-