修改生态环保报表
This commit is contained in:
@@ -605,5 +605,16 @@ namespace BLL
|
||||
if (now.Month < birthDate.Month || (now.Month == birthDate.Month && now.Day < birthDate.Day)) age--;
|
||||
return age;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 得到本单位Id
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static string GetThisUnitId()
|
||||
{
|
||||
string unitId = Const.UnitId_CWCEC;
|
||||
|
||||
return unitId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user