Commit 4aa15b93ba2d923e64e64813e4e2723cfb34c447

Authored by yangfei
1 parent 43ca98d654

追访模块bug修改

Showing 1 changed file with 2 additions and 2 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java View file @ 4aa15b9
... ... @@ -286,8 +286,8 @@
286 286 //处理产筛20周自动流转数据
287 287 handSieveTrack();
288 288  
289   - //开始处理产检、产筛追访数据进入分娩追访
290   - patientAutoFm();
  289 + //开始处理产检、产筛追访数据进入分娩追访,由于数据量比较大暂时关闭,后期进行分页处理
  290 + // patientAutoFm();
291 291  
292 292 //自动流转产后复查转出或产后访视转出
293 293 trackAutoFlow();