|
|
@@ -201,8 +201,8 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
// cateGoriesMap.put(dictModel.getText(), dictModel.getValue());
|
|
|
// }
|
|
|
String whereSql = "";
|
|
|
- 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";
|
|
|
+ log.info("开始同步V_YBKF_HOSP_SETTLE_DETAIL数据,HISID:{}", hisId);
|
|
|
+ String sql = "select * from V_YBKF_HOSP_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_ybkf_hospitalizatio_settle_detail数据,HISID:{} 条数:{}", hisId, count);
|
|
|
+ log.info("结束同步V_YBKF_HOSP_SETTLE_DETAIL数据,HISID:{} 条数:{}", hisId, count);
|
|
|
return count;
|
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|