|
@@ -174,7 +174,6 @@ public class XCFYDatav_outpatient_settle_billJob implements Job {
|
|
|
|
|
|
|
|
public Integer getDetailByHisId(String hisId) {
|
|
public Integer getDetailByHisId(String hisId) {
|
|
|
String sql = "select * from V_YBKF_OUTPATIENT_SETTLE_DEL where hisid=:HISID and item_id is not null";
|
|
String sql = "select * from V_YBKF_OUTPATIENT_SETTLE_DEL where hisid=:HISID and item_id is not null";
|
|
|
- String openStr = sysDictService.queryDictTextByKey(Constant.JOB_DELETE_OLD_DATE_SWITCH,"SWITCH");;
|
|
|
|
|
Map<String, String> cateGoriesMap = CommonUtil.getCategoriesItemsMap();
|
|
Map<String, String> cateGoriesMap = CommonUtil.getCategoriesItemsMap();
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
|
paramMap.put("HISID", hisId);
|
|
paramMap.put("HISID", hisId);
|