Ver Fonte

一个小问题

lighter há 3 anos atrás
pai
commit
77e52c17ed

+ 1 - 1
src/main/java/thyyxxk/webserver/service/medicalinsurance/SiZyService.java

@@ -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));