Commit c5b5419a1a190887ba071a59d82d7ca477f43740
1 parent
c3cfeffaff
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 0 additions and 11 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/utils/HelperUtils.java
View file @
c5b5419
... | ... | @@ -341,17 +341,6 @@ |
341 | 341 | return babyModelQuery; |
342 | 342 | } |
343 | 343 | |
344 | - /** | |
345 | - *返回两个时间的月龄 | |
346 | - * @param birth | |
347 | - * @param currentDate | |
348 | - * @return | |
349 | - */ | |
350 | - public static String getMonthYear(Date birth, Date currentDate) { | |
351 | - int month = DateUtils.getBetweenMonths(birth, currentDate); | |
352 | - return month+"月龄"; | |
353 | - } | |
354 | - | |
355 | 344 | |
356 | 345 | public static String getKeyword(int start,int end, String unit) { |
357 | 346 | if (start == end) |