|
@@ -173,7 +173,7 @@ public class SiZyService {
|
|
|
}
|
|
|
if (result.getIntValue(RESULT_CODE) == 0) {
|
|
|
qrydao.clearMdtrtIdForZy(siPatInfo.getPatNo(), siPatInfo.getTimes(), siPatInfo.getLedgerSn(), null);
|
|
|
- dao.updateResponceType(null, null, p.getInpatientNo(), p.getAdmissTimes(), p.getLedgerSn());
|
|
|
+ dao.updateResponceType("01", null, p.getInpatientNo(), p.getAdmissTimes(), p.getLedgerSn());
|
|
|
return ResultVoUtil.success("取消入院登记成功。");
|
|
|
}
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, result.getString(ERROR_MESSAGE));
|