|
@@ -121,7 +121,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
log.error("hisid:{} 未查询到住院结算清单", hisId);
|
|
log.error("hisid:{} 未查询到住院结算清单", hisId);
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- if(null != openStr && Constant.SWITCH_OPEN.equals(openStr)) {
|
|
|
|
|
|
|
+ if(null != openStr && Constant.SWITCH_OPEN.equals(openStr.toString())) {
|
|
|
masterAdmissionBillService.lambdaUpdate().eq(MasterAdmissionBill::getHisid, hisId).remove();
|
|
masterAdmissionBillService.lambdaUpdate().eq(MasterAdmissionBill::getHisid, hisId).remove();
|
|
|
}
|
|
}
|
|
|
Object diagCode = dataMap.get("ADMISSION_DISEASE_ID");
|
|
Object diagCode = dataMap.get("ADMISSION_DISEASE_ID");
|
|
@@ -264,7 +264,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
}, new TransferDataCallFunction() {
|
|
}, new TransferDataCallFunction() {
|
|
|
@Override
|
|
@Override
|
|
|
public Boolean transferData(Map<String, Object> dataMap) throws Exception {
|
|
public Boolean transferData(Map<String, Object> dataMap) throws Exception {
|
|
|
- if(Constant.SWITCH_OPEN.equals(openStr)) {
|
|
|
|
|
|
|
+ if(Constant.SWITCH_OPEN.equals(openStr.toString())) {
|
|
|
hospitalizatioSettleDetailService.lambdaUpdate().eq(HospitalizatioSettleDetail::getHisid, hisId).remove();
|
|
hospitalizatioSettleDetailService.lambdaUpdate().eq(HospitalizatioSettleDetail::getHisid, hisId).remove();
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|
|
@@ -308,7 +308,7 @@ public class XCFYDatav_master_admission_billJob implements Job {
|
|
|
}, new TransferDataCallFunction() {
|
|
}, new TransferDataCallFunction() {
|
|
|
@Override
|
|
@Override
|
|
|
public Boolean transferData(Map<String, Object> dataMap) throws Exception {
|
|
public Boolean transferData(Map<String, Object> dataMap) throws Exception {
|
|
|
- if(null != openStr && Constant.SWITCH_OPEN.equals(openStr)) {
|
|
|
|
|
|
|
+ if(null != openStr && Constant.SWITCH_OPEN.equals(openStr.toString())) {
|
|
|
medicalRecordHomepageService.lambdaUpdate().eq(MedicalRecordHomepage::getZyh, zyh).remove();
|
|
medicalRecordHomepageService.lambdaUpdate().eq(MedicalRecordHomepage::getZyh, zyh).remove();
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|