소스 검색

调整

master
杨雷 4 주 전
부모
커밋
8f498c886e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      TelpoPush.Ability.Worker/Common/TimeHelper.cs

+ 1
- 3
TelpoPush.Ability.Worker/Common/TimeHelper.cs 파일 보기

@@ -69,9 +69,7 @@ namespace TelpoPush.Ability.Worker.Common
public static int GetAge(DateTime birthday,bool isYear=false) {

DateTime today = DateTime.Today;
if (today < birthday)
return 0;

if (today < birthday) return 0;
// 计算年龄
int age = today.Year - birthday.Year;
if (!isYear)


Loading…
취소
저장