|
|
@@ -201,8 +201,8 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
// cateGoriesMap.put(dictModel.getText(), dictModel.getValue());
|
|
|
// }
|
|
|
String whereSql = "";
|
|
|
- log.info("开始同步v_hospitalizatio_settle_detail数据,HISID:{}", hisId);
|
|
|
- String sql = "select * from V_HOSPITALIZATIO_SETTLE_DETAIL where hisid=:HISID and item_id is not null";
|
|
|
+ log.info("开始同步v_ybkf_hospitalizatio_settle_detail数据,HISID:{}", hisId);
|
|
|
+ String sql = "select * from V_YBKF_HOSPITALIZATIO_SETTLE_DETAIL where hisid=:HISID and item_id is not null";
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
|
|
|
|
paramMap.put("HISID", hisId);
|
|
|
@@ -242,7 +242,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
return true;
|
|
|
}
|
|
|
});
|
|
|
- log.info("结束同步v_hospitalizatio_settle_detail数据,HISID:{} 条数:{}", hisId, count);
|
|
|
+ log.info("结束同步v_ybkf_hospitalizatio_settle_detail数据,HISID:{} 条数:{}", hisId, count);
|
|
|
return count;
|
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|
|
|
@@ -251,9 +251,9 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
}
|
|
|
|
|
|
public Integer transferMedicalRecordHomePage(String zyh, Map<String, String> dischargeMethodMap) {
|
|
|
- String querySql = "select * from V_MEDICAL_RECORD_HOMEPAGE where ZYH=:ZYH";
|
|
|
+ String querySql = "select * from V_YBKF_MEDICAL_RECORD_HOMEPAGE where ZYH=:ZYH";
|
|
|
|
|
|
- log.info("开始同步V_MEDICAL_RECORD_HOMEPAGE数据,获取zyh:{}", zyh);
|
|
|
+ log.info("开始同步V_YBKFMEDICAL_RECORD_HOMEPAGE数据,获取zyh:{}", zyh);
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
|
|
|
|
paramMap.put("ZYH", zyh);
|