Commit 167667a0 by lizefeng

fix

parent 78e2d002
......@@ -2035,7 +2035,7 @@ and start_date<=@end_date and end_date>=@start_date
}
catch (Exception ex)
{
return ex.Message;
throw new Exception( ex.Message);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment