Commit 4a26af6f2bb6eca2b7f9c7c9480039773105a71f
1 parent
5e0f3650fe
Exists in
dev
#fix:优化产检高危因素同步问题
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
4a26af6
... | ... | @@ -5121,7 +5121,7 @@ |
5121 | 5121 | antExRecordModel.sethRisk(list1); |
5122 | 5122 | antExRecordModel.sethLevel(riskFactorlists); |
5123 | 5123 | antExChuModel.setHighrisk(JsonUtil.array2JsonString(riskFactorlists)); |
5124 | - patient.setoRiskFactor(JsonUtil.array2JsonString(antExRecordModel.gethRisk())); | |
5124 | + //patient.setoRiskFactor(JsonUtil.array2JsonString(antExRecordModel.gethRisk())); | |
5125 | 5125 | patient.setRiskFactorId(antExRecordModel.gethRisk()); |
5126 | 5126 | patient.setRiskLevelId(JsonUtil.array2JsonString(antExRecordModel.gethLevel())); |
5127 | 5127 | logger.info("riskFactorlists," + riskFactorlists.toString()); |