|
|
@@ -188,7 +188,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
xcfyDataTransferService.transferCheckList(hisId);
|
|
|
String zyh = dataMap.get("ZYH").toString();
|
|
|
xcfyDataTransferService.transferPrescriptionOrder(zyh);
|
|
|
-// transferMedicalRecordHomePage(zyh, dischargeMethodMap);
|
|
|
+ transferMedicalRecordHomePage(zyh, dischargeMethodMap);
|
|
|
xcfyDataTransferService.transferOperation(zyh);
|
|
|
return true;
|
|
|
}
|
|
|
@@ -277,9 +277,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
}
|
|
|
|
|
|
public Integer transferMedicalRecordHomePage(String zyh, Map<String, String> dischargeMethodMap) {
|
|
|
- String openStr = sysDictService.queryDictTextByKey(Constant.JOB_DELETE_OLD_DATE_SWITCH,"SWITCH");;
|
|
|
- String querySql = "select * from V_YBKF_MEDICAL_RECORD_HOMEPAGE where ZYH=:ZYH";
|
|
|
-
|
|
|
+ String querySql = "select * from V_YBKF_MEDICAL_RECORD_HOMEPAGE where ZYH=:ZYH AND pay_method!='自费'";
|
|
|
log.info("开始同步V_YBKFMEDICAL_RECORD_HOMEPAGE数据,获取zyh:{}", zyh);
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
|
|