Commit 47d71a4d1d54d4317f8bb508ee1df5a58928fd95
1 parent
c1fcf68e8d
Exists in
master
and in
6 other branches
问卷调查
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/QuestionFacade.java
View file @
47d71a4
... | ... | @@ -107,7 +107,7 @@ |
107 | 107 | data.put("plevelType", CommonsHelper.getName1(patients.getPlevelTypeId(), basicConfigService)); |
108 | 108 | |
109 | 109 | data.put("phone",patients.getPhone()); |
110 | - data.put("week",DateUtil.getWeek(patients.getLastMenses(),questionModel.getInvestDate())); | |
110 | + data.put("week",DateUtil.getWeekDesc(patients.getLastMenses(),questionModel.getInvestDate())); | |
111 | 111 | |
112 | 112 | data.put("questions",questionModel.getQuestions()); |
113 | 113 | data.put("trouble",questionModel.getTrouble()); |