Commit 3fb37d520e12f55158c6832e8c551e6df87c2577

Authored by jiangjiazhi
1 parent ac47494872

修改产检删除

Showing 4 changed files with 8 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 3fb37d5
... ... @@ -21,6 +21,7 @@
21 21 import org.apache.commons.lang.StringUtils;
22 22 import org.apache.commons.lang.math.NumberUtils;
23 23 import org.springframework.beans.factory.annotation.Autowired;
  24 +import org.springframework.beans.factory.annotation.Value;
24 25 import org.springframework.data.domain.Sort;
25 26 import org.springframework.stereotype.Component;
26 27  
... ... @@ -59,7 +60,7 @@
59 60 private DeleteProcessHandler deleteProcessHandler;
60 61 @Autowired
61 62 private AntExRecordService recordService;
62   -
  63 + @Value(("#{configProperties['run.region']}"))
63 64 private String runType;
64 65 /**
65 66 * 处理区域隐藏建档
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 3fb37d5
... ... @@ -28,6 +28,7 @@
28 28 import org.slf4j.Logger;
29 29 import org.slf4j.LoggerFactory;
30 30 import org.springframework.beans.factory.annotation.Autowired;
  31 +import org.springframework.beans.factory.annotation.Value;
31 32 import org.springframework.data.domain.Sort;
32 33 import org.springframework.stereotype.Component;
33 34  
... ... @@ -104,7 +105,7 @@
104 105 private SyncDataService syncDataService;
105 106 @Autowired
106 107 private SieveService sieveService;
107   -
  108 + @Value(("#{configProperties['run.region']}"))
108 109 private String runType;
109 110  
110 111 /**
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ 3fb37d5
... ... @@ -27,6 +27,7 @@
27 27 import org.slf4j.Logger;
28 28 import org.slf4j.LoggerFactory;
29 29 import org.springframework.beans.factory.annotation.Autowired;
  30 +import org.springframework.beans.factory.annotation.Value;
30 31 import org.springframework.stereotype.Component;
31 32  
32 33 import java.text.SimpleDateFormat;
... ... @@ -69,7 +70,7 @@
69 70 private BabyBookbuildingFacade babyBookbuildingFacade;
70 71 @Autowired
71 72 private DeleteProcessHandler deleteProcessHandler;
72   -
  73 + @Value(("#{configProperties['run.region']}"))
73 74 private String runType;
74 75  
75 76 private static Map<Integer, String> ONE_ENUMS = new HashMap<>();
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java View file @ 3fb37d5
... ... @@ -32,6 +32,7 @@
32 32 import org.apache.commons.lang.StringUtils;
33 33 import org.apache.commons.lang.math.NumberUtils;
34 34 import org.springframework.beans.factory.annotation.Autowired;
  35 +import org.springframework.beans.factory.annotation.Value;
35 36 import org.springframework.data.domain.Sort;
36 37 import org.springframework.stereotype.Component;
37 38  
... ... @@ -61,7 +62,7 @@
61 62 private UsersService usersService;
62 63 @Autowired
63 64 private ApplyOrderService applyOrderService;
64   -
  65 + @Value(("#{configProperties['run.region']}"))
65 66 private String runType;
66 67  
67 68 /**