Commit 6f6135e0c96922bd59c0d44e5d195dd0758b7734
1 parent
472bfd9e88
Exists in
master
and in
6 other branches
听力诊断借口调整
Showing 2 changed files with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HearingDiagnoseController.java
View file @
6f6135e
| ... | ... | @@ -626,6 +626,7 @@ |
| 626 | 626 | obj.setCreateId(String.valueOf(loginState.getId())); |
| 627 | 627 | obj.setHospitalId(hospitalId); |
| 628 | 628 | obj.setEnalble(1); |
| 629 | + obj.setId(UUID.randomUUID().toString().replace("-", "")); | |
| 629 | 630 | hearingDiagnoseService.addBabyPatientExtendEarHearingDiagnose(obj); |
| 630 | 631 | |
| 631 | 632 | //根据babyId和当前医院id获取是否有转诊记录 |
platform-operate-api/src/main/webapp/WEB-INF/web.xml
View file @
6f6135e
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | version="2.5" |
| 14 | 14 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> |
| 15 | 15 | <!--start跨域开始--> |
| 16 | - | |
| 16 | +<!-- | |
| 17 | 17 | <filter> |
| 18 | 18 | <filter-name>CorsFilter</filter-name> |
| 19 | 19 | <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> |
| ... | ... | @@ -46,6 +46,7 @@ |
| 46 | 46 | <filter-name>CorsFilter</filter-name> |
| 47 | 47 | <url-pattern>/*</url-pattern> |
| 48 | 48 | </filter-mapping> |
| 49 | + --> | |
| 49 | 50 | <!--end跨域结束--> |
| 50 | 51 | |
| 51 | 52 | <servlet-mapping> |