消除平台warn
This commit is contained in:
@@ -361,7 +361,8 @@ public class FlowTaskOtherUtil
|
||||
{
|
||||
try
|
||||
{
|
||||
if (jobj[timeOutConfig.formField] is long)
|
||||
//modified by PhilPan
|
||||
if (jobj[timeOutConfig.formField].Type == Newtonsoft.Json.Linq.JTokenType.Integer)
|
||||
{
|
||||
dt = jobj[timeOutConfig.formField].ParseToLong().TimeStampToDateTime();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user