Commit fddcb890603b77299864371316f483b61ee07268

Authored by jiangjiazhi
1 parent 519221e840

1

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownJobFacade.java View file @ fddcb89
... ... @@ -517,7 +517,7 @@
517 517 dischargeAbstractMotherQuery.setPage(page);
518 518 dischargeAbstractMotherQuery.setLimit(limit);
519 519  
520   - dischargeAbstractMotherService.query(dischargeAbstractMotherQuery);
  520 + data= dischargeAbstractMotherService.query(dischargeAbstractMotherQuery);
521 521 //查询妇女建档
522 522 if (CollectionUtils.isNotEmpty(data)) {
523 523 for (DischargeAbstractMotherModel model : data) {
... ... @@ -536,7 +536,7 @@
536 536 downRecordQuery.setParentId(model.getId());
537 537 List<TrackDownRecord> records = downRecordService.queryTrackDown(downRecordQuery);
538 538 if (CollectionUtils.isEmpty(records)) {
539   - logger.info("FMTrackDownDataLoader addTrackDown by id :" + model.getId());
  539 + logger.info("CHTrackDownDataLoader addTrackDown by id :" + model.getId());
540 540 TrackDownRecord trackDownRecord = build(model);
541 541 if (null != trackDownRecord) {
542 542 downRecordService.addTrackDown(trackDownRecord);