安全管理报表
This commit is contained in:
@@ -539,11 +539,11 @@ namespace BLL
|
||||
public static int GetNewIntOrZero(string value)
|
||||
{
|
||||
int revalue = 0;
|
||||
if (!String.IsNullOrEmpty(value))
|
||||
if (!string.IsNullOrEmpty(value))
|
||||
{
|
||||
try
|
||||
{
|
||||
revalue = Int32.Parse(value);
|
||||
revalue = int.Parse(value);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user