Commit de40343c71bbb8496f6364ee566212a14d1a88f8
1 parent
bd739b5c64
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyDeathServerImpl.java
View file @
de40343
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | |
129 | 129 | // 死亡时间 |
130 | 130 | String deathDateStart = param.getDeathDateStart(); |
131 | - String deathDateEnd = param.getDeathDatedEnd(); | |
131 | + String deathDateEnd = param.getDeathDateEnd(); | |
132 | 132 | if (StringUtils.isNotEmpty(deathDateStart) && StringUtils.isNotEmpty(deathDateEnd)) { |
133 | 133 | Date startDate = DateUtil.parseYMD(deathDateStart); |
134 | 134 | Date dayFirstSecond = DateUtil.getDayFirstSecond(startDate); |