Commit 077f70b2a6440ef189c4e8b784dabbac51217999

Authored by baohanddd
1 parent 54441d7ec7

add data import :机构、部门、用户(医生)

Showing 1 changed file with 1 additions and 1 deletions

platform-mommyData/src/main/java/com/lymsh/mommybaby/earlydata/service/impl/PlatServiceImpl.java View file @ 077f70b
... ... @@ -31,7 +31,7 @@
31 31  
32 32 @Override
33 33 public List<PlatDataType> selectPlatDataType(OracleCommonQuery query) {
34   - return platMapper.selectPlatDataType(query);
  34 + return platMapper.selectPlatDataType();
35 35 }
36 36  
37 37 @Override