Commit 1bb7e5131c4d821812d665a992f26699d7c646fb
1 parent
8a175d6487
Exists in
master
and in
8 other branches
add data import :机构、部门、用户(医生)
Showing 3 changed files with 25 additions and 3 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/dao/DepartmentsMapper.java
View file @
1bb7e51
| ... | ... | @@ -5,7 +5,18 @@ | 
| 5 | 5 | |
| 6 | 6 | import java.util.List; | 
| 7 | 7 | |
| 8 | -public interface DepartmentsMapper {public void addDepartments(Departments obj);public void updateDepartments(Departments obj);public void deleteDepartments(Integer id);public Departments getDepartments(Integer id);public int queryDepartmentsCount(DepartmentsQuery query);public List<Departments> queryDepartments(DepartmentsQuery query); | |
| 8 | +public interface DepartmentsMapper { | |
| 9 | + public void addDepartments(Departments obj); | |
| 10 | + | |
| 11 | + public void updateDepartments(Departments obj); | |
| 12 | + | |
| 13 | + public void deleteDepartments(Integer id); | |
| 14 | + | |
| 15 | + public Departments getDepartments(Integer id); | |
| 16 | + | |
| 17 | + public int queryDepartmentsCount(DepartmentsQuery query); | |
| 18 | + | |
| 19 | + public List<Departments> queryDepartments(DepartmentsQuery query); | |
| 9 | 20 | |
| 10 | 21 | } | 
platform-biz-service/src/main/java/com/lyms/platform/permission/service/DepartmentsService.java
View file @
1bb7e51
| ... | ... | @@ -5,7 +5,18 @@ | 
| 5 | 5 | |
| 6 | 6 | import java.util.List; | 
| 7 | 7 | |
| 8 | -public interface DepartmentsService {public void addDepartments(Departments obj);public void updateDepartments(Departments obj);public void deleteDepartments(Integer id);public Departments getDepartments(Integer id);public int queryDepartmentsCount(DepartmentsQuery query);public List<Departments> queryDepartments(DepartmentsQuery query); | |
| 8 | +public interface DepartmentsService { | |
| 9 | + public void addDepartments(Departments obj); | |
| 10 | + | |
| 11 | + public void updateDepartments(Departments obj); | |
| 12 | + | |
| 13 | + public void deleteDepartments(Integer id); | |
| 14 | + | |
| 15 | + public Departments getDepartments(Integer id); | |
| 16 | + | |
| 17 | + public int queryDepartmentsCount(DepartmentsQuery query); | |
| 18 | + | |
| 19 | + public List<Departments> queryDepartments(DepartmentsQuery query); | |
| 9 | 20 | |
| 10 | 21 | } | 
platform-data-api/src/main/resources/database.properties
View file @
1bb7e51
| ... | ... | @@ -49,7 +49,7 @@ | 
| 49 | 49 | |
| 50 | 50 | |
| 51 | 51 | earlydata.driver=oracle.jdbc.driver.OracleDriver | 
| 52 | -earlydata.jdbcurl=jdbc:oracle:thin:@119.90.57.27:1521:orcl | |
| 52 | +earlydata.jdbcurl=jdbc:oracle:thin:@192.168.1.127:1521:orcl | |
| 53 | 53 | earlydata.username=LYMS_QHDCESHI5 | 
| 54 | 54 | earlydata.password=LYMS_QHDCESHI5 | 
| 55 | 55 |