Commit e6cf822ef2aaad9b1a463d0cf317d0df38c856fa
1 parent
7aa3d945bf
Exists in
master
and in
6 other branches
注释掉原来老产检劵验证
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
e6cf822
... | ... | @@ -282,7 +282,7 @@ |
282 | 282 | |
283 | 283 | // 修改关联券的使用状态,如果已使用,则返回错误码 |
284 | 284 | //初诊只能建一次 |
285 | - if (StringUtils.isNotBlank(model.getBarCode())) { | |
285 | + /* if (StringUtils.isNotBlank(model.getBarCode())) { | |
286 | 286 | PatientCheckTicketQuery checkTicketQuery = new PatientCheckTicketQuery(); |
287 | 287 | checkTicketQuery.setPid(model.getPid()); |
288 | 288 | checkTicketQuery.setId(model.getBarCode()); |
... | ... | @@ -295,7 +295,7 @@ |
295 | 295 | } else { |
296 | 296 | return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("该产检劵不属于本人"); |
297 | 297 | } |
298 | - } | |
298 | + }*/ | |
299 | 299 | Patients patients = patientsService.findOnePatientById(antExAddRequest.getParentId()); |
300 | 300 | patients.setLastCheckEmployeeId(antExAddRequest.getCheckDoctor()); |
301 | 301 | |
... | ... | @@ -393,7 +393,7 @@ |
393 | 393 | * @param excAddRequest |
394 | 394 | * @return |
395 | 395 | */ |
396 | - public BaseResponse addOneAnetExChu(AntExcAddRequest excAddRequest, Integer userId) { | |
396 | + public BaseResponse addOneAnetExChu(AntExcAddRequest excAddRequest, Integer userId) { | |
397 | 397 | StopWatch stopWatch =new StopWatch("addOneAnetExChu"); |
398 | 398 | |
399 | 399 | String hospitalId = autoMatchFacade.getHospitalId(userId); |