|
|
@@ -375,7 +375,7 @@ public class SiMzFeeService {
|
|
|
wrapper.eq("revoked", 0);
|
|
|
SiSetlinfo setlinfo = setlinfoDao.selectOne(wrapper);
|
|
|
if (null == setlinfo) {
|
|
|
- return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "此患者没有有效的结算信息。");
|
|
|
+ return ResultVoUtil.success("门诊结算撤销成功。");
|
|
|
}
|
|
|
JSONObject input = exec.makeTradeHeaderWithInsureArea(SiFunction.REVOKE_OUTPATIENT_SETTLEMENT,
|
|
|
mzDao.selectAdmdvs(setlinfo.getPatNo(), setlinfo.getTimes(), setlinfo.getLedgerSn()), p.getStaffId());
|