Commit 8c978d8d65d3569a660d277a2945786a439b1d25
1 parent
5b1efd51cb
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/MicroelementFacade.java
View file @
8c978d8
... | ... | @@ -334,7 +334,7 @@ |
334 | 334 | { |
335 | 335 | for (MicroelementConfigModel configModel : configModels) |
336 | 336 | { |
337 | - if (configModel.getStartWeek() >= month && month <= configModel.getEndWeek()) | |
337 | + if (configModel.getStartWeek() <= month && month <= configModel.getEndWeek()) | |
338 | 338 | { |
339 | 339 | contents.put(configModel.getEleName(),configModel.getContents()); |
340 | 340 | break; |